How to disable an entity's fall damage? #3176
-
DescriptionI created an entity that flies, but sometimes when it hits the ground it gets damaged. How can I disable that? The fall function seems to be private and I'm unable to override it |
Beta Was this translation helpful? Give feedback.
Answered by
haykam821
Jul 6, 2023
Replies: 1 comment
-
Entities in the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TenKotowsky
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Entities in the
minecraft:fall_damage_immune
entity type tag do not take fall damage. You can add your entity type to the tag to achieve your desired effect.