diff options
author | GlodBlock <1356392126@qq.com> | 2022-06-27 13:00:44 +0800 |
---|---|---|
committer | GlodBlock <1356392126@qq.com> | 2022-06-27 13:00:44 +0800 |
commit | 40bace5469c1182d805b10a9e2ee5f7ed6d6c13f (patch) | |
tree | 272b1576ff51ee7bfd350509042d1050f1961db1 /src/main/java/com/elisis/gtnhlanth/common/register/BotWerkstoffMaterialPool.java | |
parent | fa6e5bf7c19c8199608f12c4f129dbe9eebeff00 (diff) | |
download | GT5-Unofficial-40bace5469c1182d805b10a9e2ee5f7ed6d6c13f.tar.gz GT5-Unofficial-40bace5469c1182d805b10a9e2ee5f7ed6d6c13f.tar.bz2 GT5-Unofficial-40bace5469c1182d805b10a9e2ee5f7ed6d6c13f.zip |
tungsten and rocket fuel
Diffstat (limited to 'src/main/java/com/elisis/gtnhlanth/common/register/BotWerkstoffMaterialPool.java')
-rw-r--r-- | src/main/java/com/elisis/gtnhlanth/common/register/BotWerkstoffMaterialPool.java | 38 |
1 files changed, 31 insertions, 7 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..5439d373c9 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", @@ -55,7 +55,7 @@ public class BotWerkstoffMaterialPool implements Runnable { // ); public static final Werkstoff AmmoniumNitrate = new Werkstoff( new short[]{0x81,0xcc,0x00}, - "Ammonium nitrate", + "Ammonium Nitrate", new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().onlyDust(), @@ -99,7 +99,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff Ethylcarbamate = new Werkstoff( new short[]{0x0d,0xa9,0xb8}, "Ethyl Carbamate", - subscriptNumbers("CH3CH2OCNH2"), + subscriptNumbers("CH3CH2O2CNH2"), new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells(), @@ -149,6 +149,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff AmmoniumDinitramide = new Werkstoff( new short[]{0x8a,0x0f,0xd1}, "Ammonium Dinitramide", + subscriptNumbers("H4N4O4"), new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells(), @@ -167,6 +168,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff OXylene = new Werkstoff( new short[]{0x88,0x94,0xa8}, "O-Xylene", + subscriptNumbers("C8H10"), new Werkstoff.Stats().setGas(true), COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells(), @@ -176,6 +178,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff PhthalicAnhydride = new Werkstoff( new short[]{0x7c,0x99,0x42}, "Phthalic Anhydride", + subscriptNumbers("C8H4O3"), new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().onlyDust(), @@ -184,7 +187,8 @@ public class BotWerkstoffMaterialPool implements Runnable { ); public static final Werkstoff VanadiumPentoxide = new Werkstoff( new short[]{0x69,0x69,0x69}, - " Vanadium Pentoxide", + "Vanadium Pentoxide", + subscriptNumbers("V2O5"), new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().onlyDust(), @@ -194,6 +198,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff TertButylbenzene = new Werkstoff( new short[]{0,0,0}, "Tert-Butylbenzene", + subscriptNumbers("C10H14"), new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells(), @@ -203,6 +208,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff TwoTertButylAnthraquinone = new Werkstoff( new short[]{0xcc,0x86,0x5a}, "2-tert-butyl-anthraquinone", + subscriptNumbers("C18H16O2"), new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells(), @@ -212,6 +218,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff TwoTertButylAnthrahydroquinone = new Werkstoff( new short[]{0xad,0x53,0x1a}, "2-tert-butyl-anthrahydroquinone", + subscriptNumbers("C18H17O2"), new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells(), @@ -221,6 +228,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff HydrogenPeroxide = new Werkstoff( new short[]{0xad,0x53,0x1a}, "Hydrogen Peroxide", + subscriptNumbers("H2O2"), new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells().enforceUnification(), @@ -230,6 +238,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff Hydrazine = new Werkstoff( new short[]{0xb5,0x07,0x07}, "hydrazine", + subscriptNumbers("N2H4"), new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells(), @@ -239,6 +248,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff DimethylSulfate = new Werkstoff( new short[]{0xff,0xfb,0x00}, "Dimethyl Sulfate", + subscriptNumbers("(CH3O)2SO2"), new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells(), @@ -248,6 +258,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff Monomethylhydrazine = new Werkstoff( new short[]{0xff,0x61,0x00}, "Monomethylhydrazine", + subscriptNumbers("CH6N2"), new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells(), @@ -257,6 +268,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff Formaldehyde = new Werkstoff( new short[]{0x2e,0xd9,0x83}, "Formaldehyde", + subscriptNumbers("CH2O"), new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells(), @@ -266,6 +278,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff EthylAcetate = new Werkstoff( new short[]{0x0c,0xfb,0x32b}, "Ethyl Acetate", + subscriptNumbers("C4H8O2"), new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells(), @@ -275,6 +288,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff Acetylhydrazine = new Werkstoff( new short[]{0xd1,0x5c,0x5c}, "Acetylhydrazine", + subscriptNumbers("C2H6N2O"), new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells(), @@ -284,6 +298,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff UnsymmetricalDimethylhydrazine = new Werkstoff( new short[]{0x80,0x06,0x00}, "Unsymmetrical Dimethylhydrazine", + subscriptNumbers("H2NN(CH3)2"), new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells(), @@ -311,6 +326,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff Nitromethane = new Werkstoff( new short[]{0x87,0x7d,0x60}, "Nitromethane", + subscriptNumbers("CH3NO2"), new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells(), @@ -320,6 +336,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff BoronTrioxide = new Werkstoff( new short[]{0xe3,0xa6,0xd3}, "Boron Trioxide", + subscriptNumbers("B2O3"), new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().onlyDust(), @@ -329,6 +346,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff BoronTrifluoride = new Werkstoff( new short[]{0xd0,0xe0,0x3f}, "Boron Trifluoride", + subscriptNumbers("BF3"), new Werkstoff.Stats().setGas(true), COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells(), @@ -338,6 +356,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff NitroniumTetrafluoroborate = new Werkstoff( new short[]{0x57,0x69,0x2d}, "Nitronium Tetrafluoroborate", + subscriptNumbers("NO2BF4"), new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().onlyDust(), @@ -347,6 +366,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff Trinitramid = new Werkstoff( new short[]{0x28,0x2b,0x70}, "Trinitramid", + subscriptNumbers("N4O6"), new Werkstoff.Stats().setGas(true), COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells(), @@ -356,6 +376,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff AmmoniaBoronfluorideSolution = new Werkstoff( new short[]{0x28,0x2b,0x70}, "Ammonia Boronfluoride Solution", + subscriptNumbers("NH4BF4"), new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells(), @@ -365,6 +386,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff SodiumTetrafluoroborate = new Werkstoff( new short[]{0xbe,0x6e,0xe0}, "Sodium Tetrafluoroborate", + subscriptNumbers("NaBF4"), new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells(), @@ -374,6 +396,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff SodiumFluoride = new Werkstoff( new short[]{0x9f,0x70,0xe6}, "Sodium Fluoride", + subscriptNumbers("NaF"), new Werkstoff.Stats(), COMPOUND, new Werkstoff.GenerationFeatures().onlyDust(), @@ -383,6 +406,7 @@ public class BotWerkstoffMaterialPool implements Runnable { public static final Werkstoff Tetrafluoroborate = new Werkstoff( new short[]{0x6a,0x53,0x8c}, "Tetrafluoroborate", + subscriptNumbers("BF4"), new Werkstoff.Stats().setGas(true), COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells(), @@ -392,7 +416,7 @@ public class BotWerkstoffMaterialPool implements Runnable { @Override public void run() { // TODO Auto-generated method stub - + } - + } |