LTDV9/packet/kubejs/startup_scripts/shuzhi.js
3944Realms 459b1b8b89
Some checks failed
Deploy to Remote Server / deploy (push) Failing after 2m8s
再次初始化
2026-01-28 17:45:31 +08:00

10 lines
197 B
JavaScript

ItemEvents.modification(event=>{
event.modify('zenith:zenith',item=>{
item.maxDamage=120
})
event.modify("ironchests:iron_dolly", item => {
item.maxDamage = 0;
});
})