OSDN Git Service

修正・変更
[chemicraft/chemicraft.git] / common / pcc / chemicraft / core / slot / SlotChemicalCraftingTableResult.java
diff --git a/common/pcc/chemicraft/core/slot/SlotChemicalCraftingTableResult.java b/common/pcc/chemicraft/core/slot/SlotChemicalCraftingTableResult.java
deleted file mode 100644 (file)
index e2b1dd3..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-package pcc.chemicraft.core.slot;
-
-import net.minecraft.inventory.IInventory;
-import net.minecraft.inventory.Slot;
-import net.minecraft.item.ItemStack;
-
-public class SlotChemicalCraftingTableResult extends Slot {
-
-       public SlotChemicalCraftingTableResult(IInventory par1iInventory, int par2, int par3, int par4) {
-               super(par1iInventory, par2, par3, par4);
-       }
-
-       @Override
-       public boolean isItemValid(ItemStack par1ItemStack)
-       {
-               return false;
-       }
-
-}