#Is this right to change how long it takes to mine a block for 1.18.2 fabric?
12 messages · Page 1 of 1 (latest)
I tried it and it crashes my game im asking so i can get the right script @tardy pier
Gnome cannot generate or correct scripts. If this is for KubeJS, please go to #1254790121807548437 and #1047320998199955458 and open a ticket
gnome im not asking you
Never say 'it crashed', 'it errored', or 'it didn't work' without providing the full scripts and log/crash report!
Paste version of message.txt from @vivid pendant
I just need it to be able to modify how long it takes to break a block 😭
@tardy pier is there any way you could help me?
Now I'm using the script KubeJS website gave me to modify blocks and it still crashes: BlockEvents.modification(event => {
event.modify('minecraft:stone', block => {
block.destroySpeed = 0.1
block.hasCollision = false
})
})