Skip to content

Commit

Permalink
Make Hazmat suit repair accept any kind of rubber (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethryan authored Aug 24, 2024
1 parent 6642c0b commit 1f1eea2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ public void loadRecipes() {
"-c-",
"-d-",
'a',
"plateRubber",
"plateAnyRubber",
'b',
getModItem(IndustrialCraft2.ID, "itemArmorRubBoots", 1, wildcard, missing),
'c',
Expand All @@ -1179,7 +1179,7 @@ public void loadRecipes() {
"-c-",
"-d-",
'a',
"plateRubber",
"plateAnyRubber",
'b',
getModItem(IndustrialCraft2.ID, "itemArmorHazmatHelmet", 1, wildcard, missing),
'c',
Expand All @@ -1193,7 +1193,7 @@ public void loadRecipes() {
"-c-",
"-d-",
'a',
"plateRubber",
"plateAnyRubber",
'b',
getModItem(IndustrialCraft2.ID, "itemArmorHazmatChestplate", 1, wildcard, missing),
'c',
Expand All @@ -1207,7 +1207,7 @@ public void loadRecipes() {
"-c-",
"-d-",
'a',
"plateRubber",
"plateAnyRubber",
'b',
getModItem(IndustrialCraft2.ID, "itemArmorHazmatLeggings", 1, wildcard, missing),
'c',
Expand Down

0 comments on commit 1f1eea2

Please sign in to comment.