#Armor Stat Editing

4 messages · Page 1 of 1 (latest)

cedar spokeBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

sturdy quarry
#
ItemEvents.modification(event=>{
    event.modify("iron_chestplate", c=>{
        c.armorProtection = 100
    })
})
#

This might not work on some modded items.