Skip to content

Commit

Permalink
Add hazmat protection to GT++ armors (#1839)
Browse files Browse the repository at this point in the history
  • Loading branch information
miozune authored Apr 5, 2023
1 parent 43fd205 commit 30b37d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/gregtech/common/GT_Proxy.java
Original file line number Diff line number Diff line change
Expand Up @@ -1082,6 +1082,12 @@ public void onLoad() {
addFullHazmatToIC2Item("quantumLeggings");
addFullHazmatToIC2Item("quantumBoots");

// GT++ Hazmat
addFullHazmatToGeneralItem(GTPlusPlus.ID, "itemArmorHazmatHelmetEx", 1);
addFullHazmatToGeneralItem(GTPlusPlus.ID, "itemArmorHazmatChestplateEx", 1);
addFullHazmatToGeneralItem(GTPlusPlus.ID, "itemArmorHazmatLeggingsEx", 1);
addFullHazmatToGeneralItem(GTPlusPlus.ID, "itemArmorRubBootsEx", 1);

// GraviSuite Hazmat
addFullHazmatToGeneralItem(GraviSuite.ID, "graviChestPlate", 1L);
addFullHazmatToGeneralItem(GraviSuite.ID, "advNanoChestPlate", 1L);
Expand Down

0 comments on commit 30b37d6

Please sign in to comment.