Started by
AlienBear
on
Topic category: Help with Minecraft modding (Java Edition)
So Im making a mod and I want a bouncy block, like slime blocks. If anyone could help it would be greatly appreciated :)
Topic category: Help with Minecraft modding (Java Edition)
So Im making a mod and I want a bouncy block, like slime blocks. If anyone could help it would be greatly appreciated :)
Try making a procedure that gives you levitation for like .01 of a second when walking on the block. You can mess around with the strength to get the bounce you want. Also, make the effect an ambient effect, so there are no particles and it doesn't show in the HUD
Ill try thank you :) Wont be as effective but its the best I can do lol thank you
actually, i got something better: VX = X Velocity, VY = Y Velocity x -0.5, VZ = Z Velocity on "Set Entity Velocity" procedure block for "when block stepped"
and also to prevent fall damage: use "Override Fall Distance" and make sure it's 0 so you won't take fall damage