init
This commit is contained in:
10
kubejs/startup_scripts/shuzhi.js
Normal file
10
kubejs/startup_scripts/shuzhi.js
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemEvents.modification(event=>{
|
||||
event.modify('zenith:zenith',item=>{
|
||||
item.maxDamage=120
|
||||
})
|
||||
|
||||
event.modify("ironchests:iron_dolly", item => {
|
||||
item.maxDamage = 0;
|
||||
});
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user