Slime block code?

Started by AlienBear on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Jan 2020
Points:
689

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 41
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 :)

Active 2 years ago
Joined Sep 2019
Points:
793

User statistics:

  • Modifications: 0
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 56
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

Active 1 year ago
Joined Jan 2020
Points:
689

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 41
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

Active 11 months ago
Joined Dec 2019
Points:
691

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 87
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"

Active 11 months ago
Joined Dec 2019
Points:
691

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 87
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

Active 3 months ago
Joined Jan 2023
Points:
432

User statistics:

  • Modifications: 0
  • Forum topics: 19
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 35
how would i go about addint…
Fri, 01/10/2025 - 19:23

how would i go about addint these as i cant find the blocks

 

Active 4 weeks ago
Joined Aug 2024
Points:
163

User statistics:

  • Modifications: 0
  • Forum topics: 12
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 64
is it not just a thing in…
Fri, 01/10/2025 - 20:07

is it not just a thing in properties or advanced properties?