Skip to content

Commit

Permalink
Merge remote-tracking branch 'StaffiX/biovat' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Dec 31, 2024
2 parents aec3a64 + 59d46cd commit b180839
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ public static void addRadioHatchMaterials() {
radioHatchMaterialAdder(ItemList.Moxcell_1.get(1), (int) Materials.Plutonium.getProtons(), (byte) 3);
radioHatchMaterialAdder(ItemList.Moxcell_2.get(1), (int) Materials.Plutonium.getProtons(), (byte) 6);
radioHatchMaterialAdder(ItemList.Moxcell_4.get(1), (int) Materials.Plutonium.getProtons(), (byte) 12);
radioHatchMaterialAdder(ItemList.Uraniumcell_1.get(1), (int) Materials.Duranium.getProtons(), (byte) 3);
radioHatchMaterialAdder(ItemList.Uraniumcell_2.get(1), (int) Materials.Duranium.getProtons(), (byte) 6);
radioHatchMaterialAdder(ItemList.Uraniumcell_4.get(1), (int) Materials.Duranium.getProtons(), (byte) 12);
radioHatchMaterialAdder(ItemList.Uraniumcell_1.get(1), (int) Materials.Uranium.getProtons(), (byte) 3);
radioHatchMaterialAdder(ItemList.Uraniumcell_2.get(1), (int) Materials.Uranium.getProtons(), (byte) 6);
radioHatchMaterialAdder(ItemList.Uraniumcell_4.get(1), (int) Materials.Uranium.getProtons(), (byte) 12);
radioHatchMaterialAdder(
BWNonMetaMaterialItems.TiberiumCell_1.get(1),
(int) WerkstoffLoader.Tiberium.getBridgeMaterial()
Expand Down

0 comments on commit b180839

Please sign in to comment.