Started by
david_
on
Topic category: Help with Minecraft modding (Java Edition)
I tried to make a procedure but it is not working properly. What it should do is that when a pet is tamed it should open a gui
This is what I did:
Is there any error?
bump
do you need the local variable? why not just open gui for get owner of event/target entity?
also check if the tamed animal is a different entity selector and not event/target entity
I used a local variable to make the procedure tidier because I will need to use the variable multiple times.
I tried with booth Event/target entity and Source entity