buffed blue steel construction wand again

This commit is contained in:
Pyritie 2025-05-27 20:12:38 +01:00
parent 0421951b84
commit 2ec6704d27

View file

@ -11,6 +11,6 @@ function registerConstructionWandsItemModifications(event) {
item.maxDamage = 2303
})
event.modify('constructionwand:diamond_wand', item => {
item.maxDamage = 6143
item.maxDamage = 12286
})
}