Started by
teojuegos2k
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, I'm new to the program and need help figuring out how to disable players' fall damage when riding a flying entity. If there is anyone who can help me, I would greatly appreciate it.
Global Trigger: Entity Falls
If: (Is [Get Entity [Entity/target entity] is riding] (sub)type of {Your chosen entity} = true)
Do: (Override fall damage of [Entity/target entity] with 0 blocks for the next tick
Cancel event that triggered global trigger)