diff options
author | bot <krampus.sack.never@gmail.com> | 2020-02-09 16:58:16 +0000 |
---|---|---|
committer | bot <krampus.sack.never@gmail.com> | 2020-02-09 16:58:16 +0000 |
commit | 5dc624b85b41a6c590fcc36aa2788ff4d5fd6240 (patch) | |
tree | 81571014819438cc17baf793462267cec3f58b3a /src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines | |
parent | 0678527ea975b4a95eb7f3d6547b79865b0a2a0e (diff) | |
download | GT5-Unofficial-5dc624b85b41a6c590fcc36aa2788ff4d5fd6240.tar.gz GT5-Unofficial-5dc624b85b41a6c590fcc36aa2788ff4d5fd6240.tar.bz2 GT5-Unofficial-5dc624b85b41a6c590fcc36aa2788ff4d5fd6240.zip |
chance tool tip to say casing instead of hull
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/algae/GregtechMTE_AlgaePondBase.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/algae/GregtechMTE_AlgaePondBase.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/algae/GregtechMTE_AlgaePondBase.java index a7afaa6b56..1b54eccc6e 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/algae/GregtechMTE_AlgaePondBase.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/algae/GregtechMTE_AlgaePondBase.java @@ -66,7 +66,7 @@ public class GregtechMTE_AlgaePondBase extends GregtechMeta_MultiBlockBase { "X X", "X X", "XXXXXXXXX", - "Machine Hulls (all bottom layer)", + "Machine Casing (all bottom layer)", "Sterile Farm Casings (rest)", "Controller (front centered)", "All hatches must be on the bottom layer", |