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

Commit

Permalink
fixed wollastanite recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Jul 5, 2024
1 parent 5f4f85d commit 41e87b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ private static void processInto(GregTechMaterialEvent event){
event.setMaterial(SodiumSulfide).mats(of(Sodium, 2, Sulfur, 1)).elecTicks(72);
event.setMaterial(TungsticAcid).mats(of(Hydrogen, 2, Tungsten, 1, Oxygen, 4));
event.setMaterial(TungstenTrioxide).mats(of(Tungsten, 1, Oxygen, 3));
event.setMaterial(Wollastonite).mats(of(Calcium, 1, SiliconDioxide, 1, Oxygen, 1)).elecTicks(1460);
event.setMaterial(Wollastonite).mats(of(Calcium, 1, SiliconDioxide, 3, Oxygen, 1)).elecTicks(1460);
//Nuclear

/**
Expand Down

0 comments on commit 41e87b5

Please sign in to comment.