diff options
author | GlodBlock <1356392126@qq.com> | 2021-05-02 21:50:23 +0800 |
---|---|---|
committer | GlodBlock <1356392126@qq.com> | 2021-05-02 21:50:23 +0800 |
commit | 1b8bc33dc19538a8c8116a6fb5ffa17f224e8222 (patch) | |
tree | 740bcd3ad4721e2cea64d7f3e29efb458589efde /src/main/java/GoodGenerator/Loader/RecipeLoader.java | |
parent | 631d78b2eb3af488fab618bc25f6515d20311b21 (diff) | |
download | GT5-Unofficial-1b8bc33dc19538a8c8116a6fb5ffa17f224e8222.tar.gz GT5-Unofficial-1b8bc33dc19538a8c8116a6fb5ffa17f224e8222.tar.bz2 GT5-Unofficial-1b8bc33dc19538a8c8116a6fb5ffa17f224e8222.zip |
add some materials
Diffstat (limited to 'src/main/java/GoodGenerator/Loader/RecipeLoader.java')
-rw-r--r-- | src/main/java/GoodGenerator/Loader/RecipeLoader.java | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/java/GoodGenerator/Loader/RecipeLoader.java b/src/main/java/GoodGenerator/Loader/RecipeLoader.java index 7f580092e7..a2f5092761 100644 --- a/src/main/java/GoodGenerator/Loader/RecipeLoader.java +++ b/src/main/java/GoodGenerator/Loader/RecipeLoader.java @@ -540,6 +540,17 @@ public class RecipeLoader { 450, 960 ); + + GT_Values.RA.addBlastRecipe( + MyMaterial.extremelyUnstableNaquadah.get(OrePrefixes.dust,1), + GT_Utility.getIntegratedCircuit(1), + null,null, + MyMaterial.extremelyUnstableNaquadah.get(OrePrefixes.ingotHot), + null, + 8000, + 114514, + 7000 + ); } public static void Fixer(){ |