how to make boots that disable fall damage

Started by Gingerman2_1 on

Topic category: Help with Minecraft modding (Java Edition)

Active 6 months ago
Joined Mar 2020
Points:
649

User statistics:

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

 

Active 1 month ago
Joined May 2014
Points:
1036

User statistics:

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

Active 6 months ago
Joined Mar 2020
Points:
649

User statistics:

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

Ok i'm gona try

Active 6 months ago
Joined Mar 2020
Points:
649

User statistics:

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

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

 

Active 1 month ago
Joined May 2014
Points:
1036

User statistics:

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