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

Commit

Permalink
fixed sodalite byproducts
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Sep 25, 2024
1 parent c5b07b3 commit d6859bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,7 @@ public static void byproducts(GregTechMaterialEvent event){
event.setMaterial(Sheldonite).addByProduct(Palladium, Nickel, Iridium).bathMercury(Sheldonite).bathPersulfate(Nickel);
event.setMaterial(Silicon).addByProduct(SiliconDioxide);
event.setMaterial(Silver).addByProduct(Lead, Sulfur).bathMercury(Silver);
event.setMaterial(Sodalite).addByProduct(Lazurite, Lapis);
event.setMaterial(Sperrylite).addByProduct(Antimony, Copper, Sheldonite, Hematite).bathMercury(Sheldonite).bathPersulfate(Copper);
event.setMaterial(Spessartine).addByProduct(RedGarnet, Manganese);
event.setMaterial(Sphalerite).addByProduct(YellowGarnet, Cadmium, Indium, Zinc).bathPersulfate(Zinc);
Expand Down

0 comments on commit d6859bd

Please sign in to comment.