diff options
Diffstat (limited to 'ihl/processing/metallurgy/CrucibleSlot.java')
| -rw-r--r-- | ihl/processing/metallurgy/CrucibleSlot.java | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ihl/processing/metallurgy/CrucibleSlot.java b/ihl/processing/metallurgy/CrucibleSlot.java deleted file mode 100644 index 5fc6a33..0000000 --- a/ihl/processing/metallurgy/CrucibleSlot.java +++ /dev/null @@ -1,18 +0,0 @@ -package ihl.processing.metallurgy;
-
-import net.minecraft.inventory.Slot;
-import net.minecraft.item.ItemStack;
-
-public class CrucibleSlot extends Slot {
- CrucibleInventory inventory;
-
- public CrucibleSlot(CrucibleInventory arg0, int arg1, int arg2, int arg3) {
- super(arg0, arg1, arg2, arg3);
- inventory = arg0;
- }
-
- @Override
- public boolean isItemValid(ItemStack itemstack) {
- return itemstack != null;
- }
-}
|
