aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/GoodGenerator/Blocks/TEs/NeutronActivator.java5
-rw-r--r--src/main/java/GoodGenerator/Items/MyMaterial.java2
-rw-r--r--src/main/java/GoodGenerator/Loader/RecipeLoader_02.java2
3 files changed, 5 insertions, 4 deletions
diff --git a/src/main/java/GoodGenerator/Blocks/TEs/NeutronActivator.java b/src/main/java/GoodGenerator/Blocks/TEs/NeutronActivator.java
index 464e9f6e19..c1b96f4484 100644
--- a/src/main/java/GoodGenerator/Blocks/TEs/NeutronActivator.java
+++ b/src/main/java/GoodGenerator/Blocks/TEs/NeutronActivator.java
@@ -111,13 +111,12 @@ public class NeutronActivator extends GT_MetaTileEntity_MultiblockBase_EM implem
if (eV <= maxNKE && eV >= minNKE) {
this.mOutputFluids = recipe.mFluidOutputs;
this.mOutputItems = recipe.mOutputs;
- }
- else {
+ } else {
this.mOutputFluids = null;
this.mOutputItems = new ItemStack[]{ItemRefer.Radioactive_Waste.get(4)};
}
+ return true;
}
- return true;
}
return false;
}
diff --git a/src/main/java/GoodGenerator/Items/MyMaterial.java b/src/main/java/GoodGenerator/Items/MyMaterial.java
index 7bdaeeee00..2eab993878 100644
--- a/src/main/java/GoodGenerator/Items/MyMaterial.java
+++ b/src/main/java/GoodGenerator/Items/MyMaterial.java
@@ -983,7 +983,7 @@ public class MyMaterial implements Runnable {
new short[]{0xa4,0x8f,0x8b},
"Incoloy-903",
subscriptNumbers("Fe12Ni10Co8Ti4Mo2Al"),
- new Werkstoff.Stats().setCentrifuge(true).setBlastFurnace(true).setMeltingPoint(3700),
+ new Werkstoff.Stats().setCentrifuge(true).setBlastFurnace(true).setMeltingPoint(3700).setGas(true),
Werkstoff.Types.MIXTURE,
new Werkstoff.GenerationFeatures().onlyDust().addMolten().addMetalItems().addCraftingMetalWorkingItems().addSimpleMetalWorkingItems(),
OffsetID + 83,
diff --git a/src/main/java/GoodGenerator/Loader/RecipeLoader_02.java b/src/main/java/GoodGenerator/Loader/RecipeLoader_02.java
index 0c3e4075b5..fcbc119064 100644
--- a/src/main/java/GoodGenerator/Loader/RecipeLoader_02.java
+++ b/src/main/java/GoodGenerator/Loader/RecipeLoader_02.java
@@ -58,6 +58,8 @@ public class RecipeLoader_02 {
CrackRecipeAdder.reAddBlastRecipe(MyMaterial.zircaloy2, 513, 480, 2800, false);
CrackRecipeAdder.reAddBlastRecipe(MyMaterial.zircaloy4, 500, 480, 2800, true);
CrackRecipeAdder.reAddBlastRecipe(MyMaterial.zircaloy4, 513, 480, 2800, false);
+ CrackRecipeAdder.reAddBlastRecipe(MyMaterial.Incoloy903, 2400, 1920, 3700, true);
+ CrackRecipeAdder.reAddBlastRecipe(MyMaterial.Incoloy903, 2400, 1920, 3700, true);
GT_Values.RA.addAssemblerRecipe(
new ItemStack[] {