aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/GoodGenerator/Loader
diff options
context:
space:
mode:
authorGlodBlock <1356392126@qq.com>2021-04-26 22:37:19 +0800
committerGlodBlock <1356392126@qq.com>2021-04-26 22:37:19 +0800
commita15088f9f13017b4708fbcb298b3149db20b66e9 (patch)
tree261a9378d985e2a9a0d65569f27dc883b68a44bf /src/main/java/GoodGenerator/Loader
parent09e148157ebb76fce2fcd41befe9b851c1adc1e0 (diff)
downloadGT5-Unofficial-a15088f9f13017b4708fbcb298b3149db20b66e9.tar.gz
GT5-Unofficial-a15088f9f13017b4708fbcb298b3149db20b66e9.tar.bz2
GT5-Unofficial-a15088f9f13017b4708fbcb298b3149db20b66e9.zip
fix the description and add a recipe
Diffstat (limited to 'src/main/java/GoodGenerator/Loader')
-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
+ );
}
}