merge
This commit is contained in:
commit
263a9dfab7
29 changed files with 1140 additions and 414 deletions
|
|
@ -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
|
||||
})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue