From 4ea6a1052438ef1d8d42057d2a71755383166227 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Mon, 14 Apr 2014 12:03:51 +0300 Subject: More updating --- .../jewelrycraft/container/ContainerGuide.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/ContainerGuide.java (limited to 'eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/ContainerGuide.java') diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/ContainerGuide.java b/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/ContainerGuide.java new file mode 100644 index 0000000..ef05cc4 --- /dev/null +++ b/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/ContainerGuide.java @@ -0,0 +1,18 @@ +package darkknight.jewelrycraft.container; + +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.inventory.Container; + +/** + * User: joel / Date: 16.12.13 / Time: 22:36 + */ +public class ContainerGuide extends Container { + + public ContainerGuide() { + } + + @Override + public boolean canInteractWith(EntityPlayer entityplayer) { + return true; + } +} \ No newline at end of file -- cgit v1.2.3