diff options
author | chochem <40274384+chochem@users.noreply.github.com> | 2023-06-05 16:33:43 +0100 |
---|---|---|
committer | chochem <40274384+chochem@users.noreply.github.com> | 2023-06-05 16:36:02 +0100 |
commit | fa5a2ff02c2b2282793ff2b4b9a95805285eb296 (patch) | |
tree | bb540ec1830e979ec05b7d68ce9d3687e25e6c2e /src/main/java/com/elisis/gtnhlanth/common/register | |
parent | ce44fcdc05330366aea961b2781d047b9a6af9f4 (diff) | |
download | GT5-Unofficial-fa5a2ff02c2b2282793ff2b4b9a95805285eb296.tar.gz GT5-Unofficial-fa5a2ff02c2b2282793ff2b4b9a95805285eb296.tar.bz2 GT5-Unofficial-fa5a2ff02c2b2282793ff2b4b9a95805285eb296.zip |
remove the deprecated fuels
Diffstat (limited to 'src/main/java/com/elisis/gtnhlanth/common/register')
-rw-r--r-- | src/main/java/com/elisis/gtnhlanth/common/register/BotWerkstoffMaterialPool.java | 32 |
1 files changed, 0 insertions, 32 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 6c268ea2e6..82ad3aec82 100644 --- a/src/main/java/com/elisis/gtnhlanth/common/register/BotWerkstoffMaterialPool.java +++ b/src/main/java/com/elisis/gtnhlanth/common/register/BotWerkstoffMaterialPool.java @@ -5,8 +5,6 @@ import static com.github.bartimaeusnek.bartworks.util.BW_Util.subscriptNumbers; import static gregtech.api.enums.Materials.*; import static gregtech.api.enums.TextureSet.*; -import net.minecraft.util.EnumChatFormatting; - import com.github.bartimaeusnek.bartworks.system.material.Werkstoff; import com.github.bartimaeusnek.bartworks.util.Pair; @@ -16,9 +14,6 @@ import com.github.bartimaeusnek.bartworks.util.Pair; @SuppressWarnings("unchecked") public class BotWerkstoffMaterialPool implements Runnable { - private static final String DEPRECATED = EnumChatFormatting.DARK_RED - + "Deprecated; Will be removed in the next update"; - public static final Werkstoff TungsticAcid = new Werkstoff( new short[] { 0xf5, 0xf1, 0x16 }, "Tungstic Acid", @@ -133,15 +128,6 @@ public class BotWerkstoffMaterialPool implements Runnable { new Werkstoff.GenerationFeatures().disable().addCells(), 29912, SET_FINE); - public static final Werkstoff LMP103S = new Werkstoff( - new short[] { 0xbf, 0x2f, 0xc2 }, - "LMP-103S", - DEPRECATED, - new Werkstoff.Stats(), - COMPOUND, - new Werkstoff.GenerationFeatures().disable().addCells(), - 29913, - SET_FINE); public static final Werkstoff OXylene = new Werkstoff( new short[] { 0x88, 0x94, 0xa8 }, "O-Xylene", @@ -241,24 +227,6 @@ public class BotWerkstoffMaterialPool implements Runnable { new Werkstoff.GenerationFeatures().disable().addCells(), 29928, SET_METALLIC); - public static final Werkstoff MonomethylhydrazineFuelMix = new Werkstoff( - new short[] { 0x78, 0xe3, 0xa7 }, - "Monomethylhydrazine Fuel Mix", - DEPRECATED, - new Werkstoff.Stats(), - COMPOUND, - new Werkstoff.GenerationFeatures().disable().addCells(), - 29929, - SET_METALLIC); - public static final Werkstoff UnsymmetricalDimethylhydrazineFuelMix = new Werkstoff( - new short[] { 0xc8, 0xff, 0x00 }, - "Unsymmetrical Dimethylhydrazine Fuel Mix", - DEPRECATED, - new Werkstoff.Stats(), - COMPOUND, - new Werkstoff.GenerationFeatures().disable().addCells(), - 29930, - SET_METALLIC); public static final Werkstoff Nitromethane = new Werkstoff( new short[] { 0x87, 0x7d, 0x60 }, "Nitromethane", |