summaryrefslogtreecommitdiff
path: root/common/darkknight/jewelrycraft/item/ItemGuide.java
diff options
context:
space:
mode:
authorOnyxDarkKnight <sor1n.iliutza16@gmail.com>2014-04-02 17:44:09 +0300
committerOnyxDarkKnight <sor1n.iliutza16@gmail.com>2014-04-02 17:44:09 +0300
commitdbe39cf7e6ddc6c6fd1e639b495a8ac568e081a9 (patch)
tree7d8dd11ff240e350d3495ac8bf297659b4bcb026 /common/darkknight/jewelrycraft/item/ItemGuide.java
parenteb32c0b97d9f3dddace4ffb1a4eb0617e4f63225 (diff)
Fixed some bugs!
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;