aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorMaxim <maxim235@gmx.de>2022-10-17 21:11:57 +0200
committerGitHub <noreply@github.com>2022-10-17 21:11:57 +0200
commit2d4f350fcf33d76a98d45bd9e2053cd97de2f419 (patch)
treed1d1b62eb82a8ed904c9a1118383b8848862d664 /src/main
parent7a84c71f5aab56f482b229189e0ac40de2f48d2e (diff)
downloadGT5-Unofficial-2d4f350fcf33d76a98d45bd9e2053cd97de2f419.tar.gz
GT5-Unofficial-2d4f350fcf33d76a98d45bd9e2053cd97de2f419.tar.bz2
GT5-Unofficial-2d4f350fcf33d76a98d45bd9e2053cd97de2f419.zip
Fix EIG structure tooltip (#221)
* Added coil and glass count to the tooltip * Fixed EIG structure tooltip Former-commit-id: abf30070b86f563c789f12be1b72053de1056113
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/github/bartimaeusnek/bartworks/common/tileentities/multis/GT_TileEntity_ExtremeIndustrialGreenhouse.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/github/bartimaeusnek/bartworks/common/tileentities/multis/GT_TileEntity_ExtremeIndustrialGreenhouse.java b/src/main/java/com/github/bartimaeusnek/bartworks/common/tileentities/multis/GT_TileEntity_ExtremeIndustrialGreenhouse.java
index c64050ed0e..f5eb642046 100644
--- a/src/main/java/com/github/bartimaeusnek/bartworks/common/tileentities/multis/GT_TileEntity_ExtremeIndustrialGreenhouse.java
+++ b/src/main/java/com/github/bartimaeusnek/bartworks/common/tileentities/multis/GT_TileEntity_ExtremeIndustrialGreenhouse.java
@@ -237,10 +237,10 @@ public class GT_TileEntity_ExtremeIndustrialGreenhouse
.addInfo("1 Fertilizer per 1 crop +10%")
.addInfo(BW_Tooltip_Reference.TT_BLUEPRINT)
.addSeparator()
- .beginStructureBlock(5, 4, 5, false)
+ .beginStructureBlock(5, 6, 5, false)
.addController("Front bottom center")
.addCasingInfo("Clean Stainless Steel Casings", 70)
- .addOtherStructurePart("Borosilicate Glass", "Hollow two middle layers", 2)
+ .addOtherStructurePart("Borosilicate Glass", "Hollow two middle layers")
.addStructureInfo("The glass tier limits the Energy Input tier")
.addStructureInfo("The dirt is from RandomThings, must be tilled")
.addStructureInfo("Purple lamps are from ProjectRedIllumination. They can be lit")