#No Fall Damage Block

4 messages · Page 1 of 1 (latest)

gusty violet
#

How do I set a block to have no/reduced fall damage, similar to slime blocks or beds?

fallow oakBOT
#

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

limpid zenith
#

see if this works

s.create('kubejs:cloud','basic')
.fallenOn(entity => {
    entity.applyFallDamage(0, 1)
})```
gusty violet