Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Jun 19, 2024
1 parent 2540221 commit 20ba004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import xyz.wagyourtail.unimined.util.FinalizeOnRead
import xyz.wagyourtail.unimined.util.FinalizeOnWrite
import xyz.wagyourtail.unimined.util.MustSet
import xyz.wagyourtail.unimined.util.forEachInZip
import xyz.wagyourtail.unimined.util.getFiles
import java.io.File

open class MinecraftForgeMinecraftTransformer(project: Project, provider: MinecraftProvider) : ForgeLikeMinecraftTransformer(project, provider, "MinecraftForge"),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.example.mixin;

import com.example.ExampleMod;
import net.minecraft.client.gui.screen.TitleScreen;
import net.minecraft.client.gui.screens.TitleScreen;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.Inject;
Expand Down

0 comments on commit 20ba004

Please sign in to comment.