Started by
mop3563567
on
Topic category: Help with Minecraft modding (Java Edition)
Does anyone know or have any ideas on how to make it so that when I tame an entity it gives the player a potion effect.
Topic category: Help with Minecraft modding (Java Edition)
Does anyone know or have any ideas on how to make it so that when I tame an entity it gives the player a potion effect.
Make a Procedure with these Blocks:
event/target entity is the tamed Entity and the Source entity is the owner of the tamed entity. With the If statement it checks which entity is tamed. Inside the do Section you can specify any Event that should be happen.