From 1568fa65d63216757548d6eca623a39fef441ce6 Mon Sep 17 00:00:00 2001 From: GlodBlock <1356392126@qq.com> Date: Tue, 27 Apr 2021 18:22:10 +0800 Subject: balance the fuel and recipe --- src/main/java/GoodGenerator/Items/MyMaterial.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/GoodGenerator/Items') diff --git a/src/main/java/GoodGenerator/Items/MyMaterial.java b/src/main/java/GoodGenerator/Items/MyMaterial.java index b10583a8aa..4c3522b1fc 100644 --- a/src/main/java/GoodGenerator/Items/MyMaterial.java +++ b/src/main/java/GoodGenerator/Items/MyMaterial.java @@ -75,7 +75,7 @@ public class MyMaterial implements Runnable { public static final Werkstoff thoriumBasedLiquidFuel = new Werkstoff( new short[]{0x50,0x32,0x66}, "Thorium Based Liquid Fuel", - subscriptNumbers("Th864Li4D2Hg"), + subscriptNumbers("Th432Li4D2Hg"), new Werkstoff.Stats().setRadioactive(true), Werkstoff.Types.COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells(), @@ -86,7 +86,7 @@ public class MyMaterial implements Runnable { public static final Werkstoff thoriumBasedLiquidFuelExcited = new Werkstoff( new short[]{0x50,0x32,0x66}, "Thorium Based Liquid Fuel (Excited State)", - subscriptNumbers("*(Th864Li4D2Hg)*"), + subscriptNumbers("*(Th432Li4D2Hg)*"), new Werkstoff.Stats().setRadioactive(true), Werkstoff.Types.COMPOUND, new Werkstoff.GenerationFeatures().disable().addCells(), -- cgit