OSDN Git Service

要チェック!!!
[chemicraft/chemicraft.git] / common / pcc / chemicraft / core / slot / SlotPyrolysisTableFuel.java
diff --git a/common/pcc/chemicraft/core/slot/SlotPyrolysisTableFuel.java b/common/pcc/chemicraft/core/slot/SlotPyrolysisTableFuel.java
new file mode 100644 (file)
index 0000000..72fbb99
--- /dev/null
@@ -0,0 +1,12 @@
+package pcc.chemicraft.core.slot;
+
+import net.minecraft.inventory.IInventory;
+import net.minecraft.inventory.Slot;
+
+public class SlotPyrolysisTableFuel extends Slot {
+
+       public SlotPyrolysisTableFuel(IInventory par1IInventory, int par2, int par3, int par4) {
+               super(par1IInventory, par2, par3, par4);
+       }
+
+}