diff options
author | Marek Frydrych <frydrych.marek@post.cz> | 2024-06-06 21:58:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-06 21:58:21 +0200 |
commit | df7778f4321074b628bdfb25fbc0178807d40add (patch) | |
tree | b8989c68656fc407ca4aafa5e5a97d11fb9cd67f | |
parent | 4b41ea9e4e36a5b61008fe57970e5eaf1adeaf41 (diff) | |
download | GT5-Unofficial-df7778f4321074b628bdfb25fbc0178807d40add.tar.gz GT5-Unofficial-df7778f4321074b628bdfb25fbc0178807d40add.tar.bz2 GT5-Unofficial-df7778f4321074b628bdfb25fbc0178807d40add.zip |
Fix Crop Manager description (#2642)
-rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GT_MetaTileEntity_CropHarvestor.java | 2 |
1 files changed, 1 insertions, 1 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 c592a68a40..17447f4399 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 @@ -519,7 +519,7 @@ 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 1 block level above and below itself", + "Can harvest 2 block levels 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", |