Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
make precious assembler makable in iv (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
GlodBlock authored Jun 14, 2022
1 parent 13b8e48 commit 5558de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/goodgenerator/loader/RecipeLoader_02.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static void RecipeLoad(){
CrackRecipeAdder.reAddBlastRecipe(MyMaterial.artheriumSn, 500, 122880, 6500, true);
CrackRecipeAdder.reAddBlastRecipe(MyMaterial.titaniumBetaC, 400, 7680, 5300, true);
CrackRecipeAdder.reAddBlastRecipe(MyMaterial.dalisenite, 800, 491520, 8700, true);
CrackRecipeAdder.reAddBlastRecipe(MyMaterial.hikarium, 1200, 122800, 5400, true);
CrackRecipeAdder.reAddBlastRecipe(MyMaterial.hikarium, 1200, 30720, 5400, true);
CrackRecipeAdder.reAddBlastRecipe(MyMaterial.tairitsu, 1200, 1966080, 7400, true);

GT_Values.RA.addAssemblerRecipe(
Expand Down

0 comments on commit 5558de9

Please sign in to comment.