#How to off drop experience from sculk block?

3 messages · Page 1 of 1 (latest)

abstract scarab
#

Forge 1.20.1
How to off drop exp from sculk block with KubeJS?

lost tendonBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

reef sky
#
BlockEvents.broken('sculk', e => {
    e.xp = 0
})```