From 5b1ac37d49aaffb2c851eab0ecfd6edffebc71f6 Mon Sep 17 00:00:00 2001 From: Pxx500 Date: Tue, 5 Sep 2023 19:15:50 +0200 Subject: not sure, might revert after review deleted: monazite residue rare earth trifluorides fluorinated neodymin rare earths --- .../common/register/WerkstoffMaterialPool.java | 31 ---------------------- 1 file changed, 31 deletions(-) (limited to 'src/main') 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 426121845d..6faf53b27c 100644 --- a/src/main/java/com/elisis/gtnhlanth/common/register/WerkstoffMaterialPool.java +++ b/src/main/java/com/elisis/gtnhlanth/common/register/WerkstoffMaterialPool.java @@ -376,16 +376,6 @@ public class WerkstoffMaterialPool implements Runnable { offsetID + 34, TextureSet.SET_DULL); - public static final Werkstoff MonaziteResidue = new Werkstoff( - new short[] { 64, 69, 62 }, - "Monazite Residue", - subscriptNumbers("??ZrHfTh??"), - new Werkstoff.Stats(), - Werkstoff.Types.MIXTURE, - new Werkstoff.GenerationFeatures().disable().onlyDust(), - offsetID + 35, - TextureSet.SET_DULL); - public static final Werkstoff AmmoniumNitrate = new Werkstoff( new short[] { 255, 255, 255 }, "Ammonium Nitrate Solution", @@ -683,27 +673,6 @@ public class WerkstoffMaterialPool implements Runnable { new Werkstoff.GenerationFeatures().disable().onlyDust(), offsetID2 + 17, TextureSet.SET_DULL); - - public static final Werkstoff FluorinatedNeodymicRareEarths = new Werkstoff( - new short[] { 170, 90, 60 }, - "Fluorinated Neodymium Rare Earths", - subscriptNumbers("??LaNdPr??"), - new Werkstoff.Stats(), - Werkstoff.Types.MIXTURE, - new Werkstoff.GenerationFeatures().disable().onlyDust(), - offsetID2 + 18, - TextureSet.SET_DULL); - - public static final Werkstoff RareEarthTrifluorides = new Werkstoff( - new short[] { 82, 112, 102 }, - "Rare Earth Trifluorides", - subscriptNumbers("??LaNd??"), - new Werkstoff.Stats(), - Werkstoff.Types.MIXTURE, - new Werkstoff.GenerationFeatures().disable().onlyDust(), - offsetID2 + 20, - TextureSet.SET_DULL); - public static final Werkstoff LanthaniumChloride = new Werkstoff( new short[] { 82, 112, 102 }, "Lanthanium Chloride", -- cgit