From 091f50b74e17c29c1544dd23345212eef6457742 Mon Sep 17 00:00:00 2001 From: Mary <33456283+FourIsTheNumber@users.noreply.github.com> Date: Sun, 25 Aug 2024 23:58:23 -0400 Subject: Remove O-Xylene (#2973) Co-authored-by: Martin Robertz --- .../gtnhlanth/common/register/BotWerkstoffMaterialPool.java | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/main/java/com/elisis/gtnhlanth/common') 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 3c52faaf64..41a9392274 100644 --- a/src/main/java/com/elisis/gtnhlanth/common/register/BotWerkstoffMaterialPool.java +++ b/src/main/java/com/elisis/gtnhlanth/common/register/BotWerkstoffMaterialPool.java @@ -69,16 +69,6 @@ public class BotWerkstoffMaterialPool implements Runnable { .addCells(), 29905, SET_FINE); - 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(), - 29915, - SET_FINE); public static final Werkstoff Nitromethane = new Werkstoff( new short[] { 0x87, 0x7d, 0x60 }, "Nitromethane", -- cgit