hey ive tried to modify the max stack size of a block and im very new to kubejs, and ive written this script in startupscripts
**BlockEvents.modification(event => {
event.modify("kubejs:stumblecargo", Item =>{
Item.setMaxStackSize(1)
})
})**
and it does seem like ive done this completely wrong. as setmaxstacksize doesnt seem to be the right thing for this?