diff options
author | miozune <miozune@gmail.com> | 2022-07-01 17:14:33 +0900 |
---|---|---|
committer | miozune <miozune@gmail.com> | 2022-07-01 17:14:33 +0900 |
commit | 0678103174ad4b5d8431a0562ab1e1646ee33f6f (patch) | |
tree | 0d238ba8365501807e8438d67dd322b46c73a9c8 /src/main | |
parent | fa6e5bf7c19c8199608f12c4f129dbe9eebeff00 (diff) | |
download | GT5-Unofficial-0678103174ad4b5d8431a0562ab1e1646ee33f6f.tar.gz GT5-Unofficial-0678103174ad4b5d8431a0562ab1e1646ee33f6f.tar.bz2 GT5-Unofficial-0678103174ad4b5d8431a0562ab1e1646ee33f6f.zip |
Fix typo
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/com/elisis/gtnhlanth/common/register/BotWerkstoffMaterialPool.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/java/com/elisis/gtnhlanth/common/register/BotWerkstoffMaterialPool.java b/src/main/java/com/elisis/gtnhlanth/common/register/BotWerkstoffMaterialPool.java index e5e21a97d3..da4e8770fa 100644 --- a/src/main/java/com/elisis/gtnhlanth/common/register/BotWerkstoffMaterialPool.java +++ b/src/main/java/com/elisis/gtnhlanth/common/register/BotWerkstoffMaterialPool.java @@ -11,13 +11,13 @@ import static com.github.bartimaeusnek.bartworks.util.BW_Util.subscriptNumbers; /* - * + * * Originally authored by botn365 under the MIT License. See BotdustriesLICENSE * */ @SuppressWarnings("unchecked") public class BotWerkstoffMaterialPool implements Runnable { - + public static final Werkstoff TungsticAcid = new Werkstoff( new short[]{0xf5, 0xf1, 0x16}, "Tungstic Acid", @@ -184,7 +184,7 @@ public class BotWerkstoffMaterialPool implements Runnable { ); public static final Werkstoff VanadiumPentoxide = new Werkstoff( new short[]{0x69,0x69,0x69}, - " Vanadium Pentoxide", + "Vanadium Pentoxide", new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().onlyDust(), @@ -392,7 +392,7 @@ public class BotWerkstoffMaterialPool implements Runnable { @Override public void run() { // TODO Auto-generated method stub - + } - + } |