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

Commit

Permalink
fix the description and add a recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
GlodBlock committed Apr 26, 2021
1 parent 09e1481 commit a15088f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ public String[] getDescription() {
.addInfo("Controller block for the Naquadah Reactor")
.addInfo("Environmental Friendly!")
.addInfo("Generate power with the High-energy molten metal.")
.addInfo("Input molten naquadria or enriched naquadah.")
.addInfo("Input liquid nuclear fuel ,molten enriched naquadah or naquadria.")
.addInfo("Consume coolant 50mb/t to increase the efficiency:")
.addInfo("IC2 Coolant 105%, Super Coolant 150%, Cryotheum 275%")
.addInfo("Consume excited liquid to increase the output power:")
Expand Down
12 changes: 12 additions & 0 deletions src/main/java/GoodGenerator/Loader/RecipeLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -400,5 +400,17 @@ public static void RecipeLoad(){
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
);
}
}

0 comments on commit a15088f

Please sign in to comment.