Block Modification
KubeJS
Events
The block modification event is a startup event.
BlockEvents.modification event is a startup script event that allows you to change properties of existing blocks.
BlockEvents.modification(e => {
e.modify('minecraft:stone', block => {
block.destroySpe...