From cc0266c5a740a2155536694111ba37ac8c3f1d46 Mon Sep 17 00:00:00 2001 From: Alexdoru <57050655+Alexdoru@users.noreply.github.com> Date: Sun, 22 Sep 2024 01:41:01 +0200 Subject: GT++ ASM Cleanup (#3238) Co-authored-by: Martin Robertz --- src/main/java/bartworks/common/commands/ClearCraftingCache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/bartworks/common/commands/ClearCraftingCache.java') diff --git a/src/main/java/bartworks/common/commands/ClearCraftingCache.java b/src/main/java/bartworks/common/commands/ClearCraftingCache.java index 9e164d12f7..68172190f6 100644 --- a/src/main/java/bartworks/common/commands/ClearCraftingCache.java +++ b/src/main/java/bartworks/common/commands/ClearCraftingCache.java @@ -17,7 +17,7 @@ import net.minecraft.command.CommandBase; import net.minecraft.command.ICommandSender; import net.minecraft.util.ChatComponentText; -import bartworks.ASM.BWCoreStaticReplacementMethodes; +import bartworks.hooks.BWCoreStaticReplacementMethodes; public class ClearCraftingCache extends CommandBase { -- cgit