Started by
Leptromasster
on
Topic category: Help with Minecraft modding (Java Edition)
I'm making a mod for 1.16.5 and I need some help on trying to get the entity the player is riding I have no idea what procedure block to use so I really need some help.
Entity data -> Get entity [Event/target entity] is riding
Thank you
Could you show an example? I've never used the light blue procedures before with getting entities, I'm wanting to make a strider gain a potion effect if its being ridden on. Thanks!
Light blue blocks are logic blocks. If you hook it up to an if statement, you're basically checking if something's true or false. So attach the block to an if statement(in flow control tab). Then add a potion effect through the procedure block(search potion in the search bar.)