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

Commit

Permalink
removed thorium from blast furnace
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Jul 5, 2024
1 parent 02e5e6f commit 5f4f85d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public static void onMaterialEvent(GregTechMaterialEvent event){
//event.setMaterial(Francium).asMetal(298, 0);
//event.setMaterial(Radium).asMetal(973, 0);
//event.setMaterial(Actinium).asMetal(1323, 0);
event.setMaterial(Thorium).asMetal(2115, PLATE_DENSE).asOre();
event.setMaterial(Thorium).asMetal(2115, 0, PLATE_DENSE).asOre();
//protactinium
event.setMaterial(Uranium).asMetal(1405).harvestLevel(2);
//event.setMaterial(Neptunium).asMetal(912, 0);
Expand Down Expand Up @@ -1041,7 +1041,7 @@ private static void nuclearIsotopes(GregTechMaterialEvent event){
*** Isotopes (Solids)
**/
event.setMaterial(Cobalt60).asMetal(1768, ROD);
event.setMaterial(Thorium230).asMetal(2028, ROD);
event.setMaterial(Thorium230).asMetal(2028, 0, ROD);
event.setMaterial(Uranium233).asMetal(1406, ROD);
event.setMaterial(Uranium235).asMetal(1406, ROD);
event.setMaterial(Plutonium239).asMetal(912, ROD);
Expand Down

0 comments on commit 5f4f85d

Please sign in to comment.