Making armor reduce fall damage.

Started by ChainmailPickaxe on

Topic category: Help with modding (Java Edition)

Last seen on 19:59, 3. Oct 2023
Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making armor reduce fall damage.

I am looking for a way to make each armor piece of my modded set reduce fall damage by a certain amount, and if possible I want the effect to stack when you have multiple of these armor pieces on. That way, the more pieces you have, the more damage is reduced. I found a forum post addressing this topic, but it was about reducing damage entirely and it was made in 2017, so I figured a more updated forum post would be appropriate.

If this is possible with procedures that would be awesome, but otherwise I'm open to any solution!

Last seen on 20:04, 12. Apr 2023
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
fall damage could be reduced…
Tue, 04/13/2021 - 08:25

fall damage could be reduced probably by resitance or jump boost,so idk.

but you can do if player has armor give blah blah 

and if player has armor1 and armor 2 do blah blah

Last seen on 00:26, 14. Apr 2024
Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If ur on 1.15 or higher use…
Tue, 04/20/2021 - 13:53

If ur on 1.15 or higher use slow falling boots update tick.

Last seen on 11:43, 29. Mar 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There's a new procedure…
Wed, 01/19/2022 - 04:10

There's a new procedure block called

"override fall distance of [event/target Entity] in next tick by [number]"