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.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/java/GoodGenerator/Loader/RecipeLoader.java b/src/main/java/GoodGenerator/Loader/RecipeLoader.java
index 51a5b2f85a..8dab079251 100644
--- a/src/main/java/GoodGenerator/Loader/RecipeLoader.java
+++ b/src/main/java/GoodGenerator/Loader/RecipeLoader.java
@@ -400,5 +400,17 @@ public class RecipeLoader {
120,
1200
);
+
+ GT_Values.RA.addBlastRecipe(
+ GT_Utility.getIntegratedCircuit(24),
+ GT_OreDictUnificator.get(OrePrefixes.dust,Materials.Vanadium,2),
+ Materials.Oxygen.getGas(5000),
+ null,
+ MyMaterial.vanadiumPentoxide.get(OrePrefixes.dust,1),
+ null,
+ 200,
+ 120,
+ 2500
+ );
}
}