aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/GoodGenerator/Loader/RecipeLoader.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/GoodGenerator/Loader/RecipeLoader.java')
-rw-r--r--src/main/java/GoodGenerator/Loader/RecipeLoader.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/GoodGenerator/Loader/RecipeLoader.java b/src/main/java/GoodGenerator/Loader/RecipeLoader.java
index 67b8d62642..2461cd272f 100644
--- a/src/main/java/GoodGenerator/Loader/RecipeLoader.java
+++ b/src/main/java/GoodGenerator/Loader/RecipeLoader.java
@@ -809,8 +809,8 @@ public class RecipeLoader {
GT_Values.RA.addFuel(MyMaterial.naquadahGas.get(OrePrefixes.cell),null,1024,1);
GT_Values.RA.addFusionReactorRecipe(
- MyMaterial.lightNaquadahFuel.getFluidOrGas(200),
- MyMaterial.heavyNaquadahFuel.getFluidOrGas(20),
+ MyMaterial.lightNaquadahFuel.getFluidOrGas(65),
+ MyMaterial.heavyNaquadahFuel.getFluidOrGas(30),
MyMaterial.naquadahBasedFuelMkI.getFluidOrGas(100),
5,
32768,