From 094d38d3e742cd2397f8f86b3f4fe762e064d790 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sat, 25 Apr 2015 13:17:09 +0100 Subject: Working api + hoping to fix jenkins build + trying to make blocks shiny --- .../java/darkknight/jewelrycraft/commands/JewelrycraftCommands.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/darkknight/jewelrycraft/commands/JewelrycraftCommands.java') diff --git a/src/main/java/darkknight/jewelrycraft/commands/JewelrycraftCommands.java b/src/main/java/darkknight/jewelrycraft/commands/JewelrycraftCommands.java index c3e63e9..ebf7d8b 100644 --- a/src/main/java/darkknight/jewelrycraft/commands/JewelrycraftCommands.java +++ b/src/main/java/darkknight/jewelrycraft/commands/JewelrycraftCommands.java @@ -23,7 +23,7 @@ import net.minecraft.util.ChatComponentTranslation; import net.minecraft.util.EnumChatFormatting; import net.minecraft.util.IChatComponent; import darkknight.jewelrycraft.JewelrycraftMod; -import darkknight.jewelrycraft.curses.Curse; +import darkknight.jewelrycraft.api.Curse; import darkknight.jewelrycraft.events.EntityEventHandler; import darkknight.jewelrycraft.network.PacketRequestPlayerInfo; import darkknight.jewelrycraft.util.JewelryNBT; -- cgit v1.2.3