From 256653501365eb4f95d3dddbcdfdc23a2a9594d5 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Tue, 15 Apr 2014 23:05:32 +0300 Subject: Moved source files --- .../darkknight/jewelrycraft/item/ItemGuide.java | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemGuide.java (limited to 'eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemGuide.java') diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemGuide.java b/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemGuide.java deleted file mode 100644 index b4d300d..0000000 --- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemGuide.java +++ /dev/null @@ -1,26 +0,0 @@ -package darkknight.jewelrycraft.item; - -import net.minecraft.entity.player.EntityPlayer; -import net.minecraft.item.Item; -import net.minecraft.item.ItemStack; -import net.minecraft.world.World; -import darkknight.jewelrycraft.JewelrycraftMod; - -public class ItemGuide extends Item -{ - public ItemGuide() - { - super(); - } - - @Override - public ItemStack onItemRightClick(ItemStack stack, World world, EntityPlayer player) - { - if (world.isRemote) - { - player.openGui(JewelrycraftMod.instance, 1, player.worldObj, 0, 0, 0); - } - - return stack; - } -} \ No newline at end of file -- cgit v1.2.3