This commit is contained in:
Pyritie 2025-06-05 12:24:32 +01:00
commit 263a9dfab7
29 changed files with 1140 additions and 414 deletions

View file

@ -20,4 +20,10 @@ function registerMinecraftItemModifications(event) {
event.modify('minecraft:elytra', item => {
item.maxDamage = 2046
})
// Matches blue steel greaves
event.modify('minecraft:netherite_leggings', item => {
item.maxDamage = 960
})
}