Skip to content

Commit

Permalink
Balancing update minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rickorso committed Jul 14, 2023
1 parent 3969e1c commit 031dee1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public enum ModArmorMaterials implements ArmorMaterial {
QUARTZ("quartz", 12, new int[]{2, 3, 5, 2}, 9, SoundEvents.ITEM_ARMOR_EQUIP_IRON, 0.0F, 0.0F, () -> {
return Ingredient.ofItems(new ItemConvertible[]{Items.QUARTZ});
}),
STARDUSITE("stardusite", 37, new int[]{4, 7, 9, 4}, 15, SoundEvents.ITEM_ARMOR_EQUIP_NETHERITE, 4.0F, 0.1F, () -> {
STARDUSITE("stardusite", 37, new int[]{5, 8, 10, 5}, 15, SoundEvents.ITEM_ARMOR_EQUIP_NETHERITE, 4.0F, 0.1F, () -> {
return Ingredient.ofItems(new ItemConvertible[]{ModItems.STARDUSITE_INGOT});
}),
CACTUS("cactus", 7, new int[]{1, 2, 2, 1}, 5, SoundEvents.ITEM_ARMOR_EQUIP_GENERIC, 0.0F, 0.0F, () -> {
Expand Down

0 comments on commit 031dee1

Please sign in to comment.