aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/elisis/gtnhlanth/common
diff options
context:
space:
mode:
authorPxx500 <pbartulik@gmail.com>2023-09-06 01:39:12 +0200
committerPxx500 <pbartulik@gmail.com>2023-09-06 01:39:12 +0200
commitc8df383f86882776e1ba8b6b91dd11fdcfb69724 (patch)
tree4f949810b40e88775f0566b7beb30dcb03d48e43 /src/main/java/com/elisis/gtnhlanth/common
parent002777c30b35507cee7622b1da7bdf572b9c9bf4 (diff)
downloadGT5-Unofficial-c8df383f86882776e1ba8b6b91dd11fdcfb69724.tar.gz
GT5-Unofficial-c8df383f86882776e1ba8b6b91dd11fdcfb69724.tar.bz2
GT5-Unofficial-c8df383f86882776e1ba8b6b91dd11fdcfb69724.zip
spotless
Diffstat (limited to 'src/main/java/com/elisis/gtnhlanth/common')
-rw-r--r--src/main/java/com/elisis/gtnhlanth/common/register/WerkstoffMaterialPool.java50
1 files changed, 25 insertions, 25 deletions
diff --git a/src/main/java/com/elisis/gtnhlanth/common/register/WerkstoffMaterialPool.java b/src/main/java/com/elisis/gtnhlanth/common/register/WerkstoffMaterialPool.java
index 4d08666266..3b9f63b020 100644
--- a/src/main/java/com/elisis/gtnhlanth/common/register/WerkstoffMaterialPool.java
+++ b/src/main/java/com/elisis/gtnhlanth/common/register/WerkstoffMaterialPool.java
@@ -446,24 +446,24 @@ public class WerkstoffMaterialPool implements Runnable {
TextureSet.SET_FLUID);
public static final Werkstoff PotassiumPermanganate = new Werkstoff(
- new short[] { 165, 50, 138 },
- "Potassium Permanganate",
- subscriptNumbers("KMnO4"),
- new Werkstoff.Stats(),
- Werkstoff.Types.COMPOUND,
- new Werkstoff.GenerationFeatures().disable().onlyDust(),
- offsetID + 43,
- TextureSet.SET_DULL);
+ new short[] { 165, 50, 138 },
+ "Potassium Permanganate",
+ subscriptNumbers("KMnO4"),
+ new Werkstoff.Stats(),
+ Werkstoff.Types.COMPOUND,
+ new Werkstoff.GenerationFeatures().disable().onlyDust(),
+ offsetID + 43,
+ TextureSet.SET_DULL);
public static final Werkstoff PotassiumPermanganateSolution = new Werkstoff(
- new short[] { 165, 50, 138 },
- "Potassium Permanganate Solution",
- subscriptNumbers("KMnO4"),
- new Werkstoff.Stats(),
- Werkstoff.Types.COMPOUND,
- new Werkstoff.GenerationFeatures().disable().addCells(),
- offsetID + 44,
- TextureSet.SET_FLUID);
+ new short[] { 165, 50, 138 },
+ "Potassium Permanganate Solution",
+ subscriptNumbers("KMnO4"),
+ new Werkstoff.Stats(),
+ Werkstoff.Types.COMPOUND,
+ new Werkstoff.GenerationFeatures().disable().addCells(),
+ offsetID + 44,
+ TextureSet.SET_FLUID);
public static final Werkstoff SeaweedByproducts = new Werkstoff(
new short[] { 125, 50, 138 },
@@ -928,15 +928,15 @@ public class WerkstoffMaterialPool implements Runnable {
offsetID3 + 12,
TextureSet.SET_DULL);
- public static final Werkstoff PotassiumChlorate = new Werkstoff(
- new short[] { 240, 255, 255 },
- "Potassium Chlorate",
- subscriptNumbers("KClO3"),
- new Werkstoff.Stats(),
- Werkstoff.Types.COMPOUND,
- new Werkstoff.GenerationFeatures().disable().onlyDust().addMolten(),
- offsetID3 + 14,
- TextureSet.SET_DULL);
+ public static final Werkstoff PotassiumChlorate = new Werkstoff(
+ new short[] { 240, 255, 255 },
+ "Potassium Chlorate",
+ subscriptNumbers("KClO3"),
+ new Werkstoff.Stats(),
+ Werkstoff.Types.COMPOUND,
+ new Werkstoff.GenerationFeatures().disable().onlyDust().addMolten(),
+ offsetID3 + 14,
+ TextureSet.SET_DULL);
public static final Werkstoff DilutedAcetone = new Werkstoff(
new short[] { 254, 254, 250 },