diff options
author | boubou_19 <miisterunknown@gmail.com> | 2022-06-27 19:24:06 +0200 |
---|---|---|
committer | boubou_19 <miisterunknown@gmail.com> | 2022-06-27 19:24:06 +0200 |
commit | 247808c0c98e253de760cfe85669669171df51a8 (patch) | |
tree | f6227638ca5ad9c8c94d440617962c5d08f67c3f /src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines | |
parent | 795de5b55714f85ffb1bf8023765c8a186070f0d (diff) | |
download | GT5-Unofficial-247808c0c98e253de760cfe85669669171df51a8.tar.gz GT5-Unofficial-247808c0c98e253de760cfe85669669171df51a8.tar.bz2 GT5-Unofficial-247808c0c98e253de760cfe85669669171df51a8.zip |
typo
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines')
-rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntityTreeFarm.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntityTreeFarm.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntityTreeFarm.java index f667ce6c28..10f998d955 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntityTreeFarm.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntityTreeFarm.java @@ -146,7 +146,7 @@ public class GregtechMetaTileEntityTreeFarm extends GregtechMeta_MultiBlockBase< /** * Method used to get the boost based on the ordinal of the saw - * @param sawType ordinal of the saw + * @param sawType type of the saw * @return an int corresponding to the boost */ public int getSawBoost(SAWTOOL sawType){ |