Started by
TheKralGame
on
Topic category: Help with Minecraft modding (Java Edition)
How to make "if any entity falling and have a specific nbt tag give SLOW_FALLING effect"
Topic category: Help with Minecraft modding (Java Edition)
How to make "if any entity falling and have a specific nbt tag give SLOW_FALLING effect"
I've been trying to figure out the same thing, I've only gotten it to work when a mob is hit personally when making a procedure when a mob falls..
You can do a procedure, change "no additional trigger" in top block to "entity falls", add an if do block with "is [event/target entity] tagged in entity tags as [<your mod id>:<entity name>] as the condition and then make the body of the if do as add slow falling
sorry for poor explanation