Block Modification

block.modification event is a startup script event that allows you to change properties of existing blocks

onEvent('block.modification', event => {
  event.modify('minecraft:stone', block => {
    block.destroySpeed = 0.1
    block.hasCollision = false
  })
})

All available properties:


Revision #2
Created 2021-08-25 07:39:27 UTC by Lat
Updated 2022-10-14 14:22:41 UTC by Lat