Making armor reduce fall damage.

Started by ChainmailPickaxe on

Topic category: Help with Minecraft modding (Java Edition)

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!

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

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]"