diff options
author | Pxx500 <pbartulik@gmail.com> | 2023-09-05 19:31:35 +0200 |
---|---|---|
committer | Pxx500 <pbartulik@gmail.com> | 2023-09-05 19:31:35 +0200 |
commit | e04f78932c9ccbcf7e5be4ad1d6829c4d40235d4 (patch) | |
tree | 518245bf92b2d9681d0acbe78024a9175046790c | |
parent | 5b1ac37d49aaffb2c851eab0ecfd6edffebc71f6 (diff) | |
download | GT5-Unofficial-e04f78932c9ccbcf7e5be4ad1d6829c4d40235d4.tar.gz GT5-Unofficial-e04f78932c9ccbcf7e5be4ad1d6829c4d40235d4.tar.bz2 GT5-Unofficial-e04f78932c9ccbcf7e5be4ad1d6829c4d40235d4.zip |
last one
-rw-r--r-- | src/main/java/com/elisis/gtnhlanth/common/register/BotWerkstoffMaterialPool.java | 9 | ||||
-rw-r--r-- | src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java | 10 |
2 files changed, 0 insertions, 19 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 83c98689d1..90faec45f8 100644 --- a/src/main/java/com/elisis/gtnhlanth/common/register/BotWerkstoffMaterialPool.java +++ b/src/main/java/com/elisis/gtnhlanth/common/register/BotWerkstoffMaterialPool.java @@ -65,15 +65,6 @@ public class BotWerkstoffMaterialPool implements Runnable { new Werkstoff.GenerationFeatures().disable().addCells(), 29905, SET_FINE); - public static final Werkstoff Ethylchloroformate = new Werkstoff( - new short[] { 0x0a, 0xc2, 0xcc }, - "Ethyl Chloroformate", - subscriptNumbers("C3H5ClO2"), - new Werkstoff.Stats(), - COMPOUND, - new Werkstoff.GenerationFeatures().disable().addCells(), - 29906, - SET_FINE); public static final Werkstoff OXylene = new Werkstoff( new short[] { 0x88, 0x94, 0xa8 }, "O-Xylene", diff --git a/src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java b/src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java index 68261951a9..1d30dce68c 100644 --- a/src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java +++ b/src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java @@ -154,16 +154,6 @@ public class BotRecipes { .fluidOutputs(BotWerkstoffMaterialPool.Phosgene.getFluidOrGas(1000)).duration(2 * SECONDS + 10 * TICKS) .eut(TierEU.RECIPE_HV).addTo(UniversalChemical); - // COCl2 + C2H6O = HCl + C3H5ClO2 - GT_Values.RA.addChemicalRecipe( - Phosgene.get(cell, 1), - C2, - Materials.Ethanol.getFluid(1000), - Materials.HydrochloricAcid.getFluid(1000), - Ethylchloroformate.get(cell, 1), - 20, - 1920); - // H3PO4 = P + H2O GT_Values.RA.addDistilleryRecipe( C2, |