summaryrefslogtreecommitdiff
path: root/common/darkknight/jewelrycraft/item/ItemGuide.java
diff options
context:
space:
mode:
Diffstat (limited to 'common/darkknight/jewelrycraft/item/ItemGuide.java')
-rw-r--r--common/darkknight/jewelrycraft/item/ItemGuide.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/darkknight/jewelrycraft/item/ItemGuide.java b/common/darkknight/jewelrycraft/item/ItemGuide.java
index 7decf67..383ef7b 100644
--- a/common/darkknight/jewelrycraft/item/ItemGuide.java
+++ b/common/darkknight/jewelrycraft/item/ItemGuide.java
@@ -5,7 +5,6 @@ import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.world.World;
import darkknight.jewelrycraft.JewelrycraftMod;
-import darkknight.jewelrycraft.container.GuiHandler;
public class ItemGuide extends Item
{
@@ -20,7 +19,7 @@ public class ItemGuide extends Item
{
if (world.isRemote)
{
- player.openGui(JewelrycraftMod.instance, GuiHandler.GuiId.guide.ordinal(), player.worldObj, 0, 0, 0);
+ player.openGui(JewelrycraftMod.instance, 1, player.worldObj, 0, 0, 0);
}
return stack;