aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/tileentities/TE_ItemDistributionCable.java
diff options
context:
space:
mode:
authorChristina Berchtold <kekzdealer@gmail.com>2019-11-08 21:27:05 +0100
committerChristina Berchtold <kekzdealer@gmail.com>2019-11-08 21:27:05 +0100
commita76478105d61d7be330c63fd247f7fbb66da9d9a (patch)
tree3f2fdc8b02d4aed9a9c4c2d1dab9d76b1d61dc7f /src/main/java/tileentities/TE_ItemDistributionCable.java
parent8c11cb77c724a7adf29777a1e7123d6492eec00a (diff)
downloadGT5-Unofficial-a76478105d61d7be330c63fd247f7fbb66da9d9a.tar.gz
GT5-Unofficial-a76478105d61d7be330c63fd247f7fbb66da9d9a.tar.bz2
GT5-Unofficial-a76478105d61d7be330c63fd247f7fbb66da9d9a.zip
Gave Multi Hatch a shaped crafting recipe after many failed attempts with assembling machines. Began adding Item Distribution Network code.
Diffstat (limited to 'src/main/java/tileentities/TE_ItemDistributionCable.java')
-rw-r--r--src/main/java/tileentities/TE_ItemDistributionCable.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/java/tileentities/TE_ItemDistributionCable.java b/src/main/java/tileentities/TE_ItemDistributionCable.java
new file mode 100644
index 0000000000..153ed139b5
--- /dev/null
+++ b/src/main/java/tileentities/TE_ItemDistributionCable.java
@@ -0,0 +1,7 @@
+package tileentities;
+
+import net.minecraft.tileentity.TileEntity;
+
+public class TE_ItemDistributionCable extends TileEntity {
+
+}