aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorWilhelm Schuster <dev@rot13.io>2023-06-15 22:47:41 +0200
committerGitHub <noreply@github.com>2023-06-15 22:47:41 +0200
commitaf0b6099ffd442c1f970c58b039b4760eee9d338 (patch)
treedc730b898c40e98966e37056952bd3d18c3f5487 /src/main
parent1184830a01470a32bca9b1e030ba7f92b567a4e0 (diff)
downloadGT5-Unofficial-af0b6099ffd442c1f970c58b039b4760eee9d338.tar.gz
GT5-Unofficial-af0b6099ffd442c1f970c58b039b4760eee9d338.tar.bz2
GT5-Unofficial-af0b6099ffd442c1f970c58b039b4760eee9d338.zip
Reword Crop Manager AoE description in tooltip (#673)
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GT_MetaTileEntity_CropHarvestor.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GT_MetaTileEntity_CropHarvestor.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GT_MetaTileEntity_CropHarvestor.java
index db107fa5cd..a0ecde949c 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GT_MetaTileEntity_CropHarvestor.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GT_MetaTileEntity_CropHarvestor.java
@@ -515,8 +515,8 @@ public class GT_MetaTileEntity_CropHarvestor extends GT_MetaTileEntity_BasicTank
"Secondary mode can Hydrate/Fertilize/Weed-EX",
"Consumes " + powerUsage() + "eu per harvest",
"Consumes " + powerUsageSecondary() + "eu per secondary operation",
- "Can harvest 2 blocks above and below",
- "Radius: " + aSide + " each side (" + aRadius + "x3x" + aRadius + ")",
+ "Can harvest 1 block level above and below itself",
+ "Radius: " + aSide + " blocks each side (" + aRadius + "x3x" + aRadius + ")",
"Has " + (this.mTier * 5) + "% chance for extra drops",
"Holds " + this.getCapacity() + "L of Water",
CORE.GT_Tooltip.get());