Skip to content

Commit

Permalink
removed alloy tag from nickel zinc ferrite
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Dec 6, 2024
1 parent 8c712db commit 60de786
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public static void onMaterialEvent(GregTechMaterialEvent event){
event.setMaterial(Materials.NaquadahAlloy).asMetal(7200, 7200);
event.setMaterial(Materials.Naquadria).asMetal(9000, 9000, POSITIVE_CHANGING_RGB);
event.setMaterial(Materials.Nichrome).asMetal(2700, 2700);
event.setMaterial(Materials.NickelZincFerrite).asMetal(1500, ALLOY);
event.setMaterial(Materials.NickelZincFerrite).asMetal(1500);
event.setMaterial(Materials.NiobiumTitanium).asMetal(4500, 4500, PLATE, FOIL, ROD_LONG, WIRE_FINE, GEAR);
event.setMaterial(Materials.Osmiridium).asMetal(3333, 2500, FRAME);
event.setMaterial(Materials.RedAlloy).asMetal(295, PLATE, FOIL, ROD_LONG, WIRE_FINE, ALLOY);
Expand Down

0 comments on commit 60de786

Please sign in to comment.