diff options
author | Blood-Asp <bloodasphendrik@gmail.com> | 2016-04-29 20:54:05 +0200 |
---|---|---|
committer | Blood-Asp <bloodasphendrik@gmail.com> | 2016-04-29 20:54:09 +0200 |
commit | 3f46725bbcf94ce0253119ecbc79ef266ef73725 (patch) | |
tree | b6309d6eee65cccc464c8b595971bc81604e2ce1 /src/main/java/gregtech/common | |
parent | 27eb1c67e47edd84ee5bb61bf6d87cae47b9009d (diff) | |
download | GT5-Unofficial-3f46725bbcf94ce0253119ecbc79ef266ef73725.tar.gz GT5-Unofficial-3f46725bbcf94ce0253119ecbc79ef266ef73725.tar.bz2 GT5-Unofficial-3f46725bbcf94ce0253119ecbc79ef266ef73725.zip |
Fix Butput Bus :P
Diffstat (limited to 'src/main/java/gregtech/common')
-rw-r--r-- | src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_AssemblyLine.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_AssemblyLine.java b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_AssemblyLine.java index 46a21b34af..e292c4a1c3 100644 --- a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_AssemblyLine.java +++ b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_AssemblyLine.java @@ -40,7 +40,7 @@ public class GT_MetaTileEntity_AssemblyLine "Middle: Reinforced Glass, Assembling Line, Reinforced Glass", "UpMiddle: Grate Casing(or Controller), Assambling Casing, Grate Casing", "Top: Steel Casing(or Energy Hatch)", - "Up to 16 repeating slices, last is Butput Bus"}; + "Up to 16 repeating slices, last is Output Bus"}; } public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { |