From 0678103174ad4b5d8431a0562ab1e1646ee33f6f Mon Sep 17 00:00:00 2001 From: miozune Date: Fri, 1 Jul 2022 17:14:33 +0900 Subject: Fix typo --- .../gtnhlanth/common/register/BotWerkstoffMaterialPool.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/main/java') 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 - + } - + } -- cgit