Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
fix: actually use correct armour type
Browse files Browse the repository at this point in the history
I hate the fact this even existed
  • Loading branch information
NoComment1105 committed Jul 3, 2021
1 parent 978a07b commit 75ad2c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -38,7 +38,7 @@ public Ingredient getRepairIngredient() {

@Override
public String getName() {
return "aluminium";
return "reinforced_aluminium";
}

@Override
Expand Down
Expand Up @@ -37,7 +37,7 @@ public Ingredient getRepairIngredient() {

@Override
public String getName() {
return "diamond";
return "reinforced_diamond";
}

@Override
Expand Down
Expand Up @@ -37,7 +37,7 @@ public Ingredient getRepairIngredient() {

@Override
public String getName() {
return "netherite";
return "reinforced_netherite";
}

@Override
Expand Down

0 comments on commit 75ad2c2

Please sign in to comment.