how to make boots that disable fall damage

Started by Gingerman2_1 on

Topic category: Help with modding (Java Edition)

Last seen on 10:20, 26. Mar 2021
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to make boots that disable fall damage

Hello,

I am creating a mod with a enchantment that (when you jump) does a little explosion to propulse you in the air but i want to disable fall damage for when you hit the ground.

How can i do this.

 

Last seen on 00:30, 24. Aug 2023
Joined May 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a procedure that…
Sun, 03/21/2021 - 17:35

Make a procedure that triggers every tick when the boots are on.

The "Override fall distance of <entity> with <0> blocks for the next tick" procedure block found in the Entity management section resets the fall distance of the given entity, meaning that if it is triggered every tick, Minecraft will not give the player fall damage.

Last seen on 10:20, 26. Mar 2021
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok i'm gona try
Sun, 03/21/2021 - 20:36

Ok i'm gona try

Last seen on 10:20, 26. Mar 2021
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sorry but it's not working i…
Sun, 03/21/2021 - 20:54

Sorry but it's not working i still take fall damage

 

Last seen on 00:30, 24. Aug 2023
Joined May 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok, if you could send me…
Mon, 03/22/2021 - 15:00

Ok, if you could send me your workspace I might be able to look into it more closely.