Slime block code?

Started by AlienBear on

Topic category: Help with modding (Java Edition)

Last seen on 02:17, 2. Nov 2022
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Slime block code?

   So Im making a mod and I want a bouncy block, like slime blocks. If anyone could help it would be greatly appreciated :)

Last seen on 05:50, 2. Jun 2023
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try making a procedure that…
Tue, 03/17/2020 - 23:19

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

Last seen on 02:17, 2. Nov 2022
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ill try thank you :) Wont be…
Wed, 03/18/2020 - 02:24

Ill try thank you :) Wont be as effective but its the best I can do lol thank you

Last seen on 02:45, 27. Mar 2024
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
actually, i got something…
Sat, 04/04/2020 - 23:28

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"

Last seen on 02:45, 27. Mar 2024
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
and also to prevent fall…
Sat, 04/04/2020 - 23:30

and also to prevent fall damage: use "Override Fall Distance" and make sure it's 0 so you won't take fall damage