diff options
| author | GlodBlock <1356392126@qq.com> | 2021-04-27 18:22:10 +0800 |
|---|---|---|
| committer | GlodBlock <1356392126@qq.com> | 2021-04-27 18:22:10 +0800 |
| commit | 1568fa65d63216757548d6eca623a39fef441ce6 (patch) | |
| tree | f2b182e5f4820689c5fa2218a4d974687cf35737 /src/main/java/GoodGenerator/Items | |
| parent | a15088f9f13017b4708fbcb298b3149db20b66e9 (diff) | |
| download | GT5-Unofficial-1568fa65d63216757548d6eca623a39fef441ce6.tar.gz GT5-Unofficial-1568fa65d63216757548d6eca623a39fef441ce6.tar.bz2 GT5-Unofficial-1568fa65d63216757548d6eca623a39fef441ce6.zip | |
balance the fuel and recipe
Diffstat (limited to 'src/main/java/GoodGenerator/Items')
| -rw-r--r-- | src/main/java/GoodGenerator/Items/MyMaterial.java | 4 |
1 files changed, 2 insertions, 2 deletions
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(), |
