Tame all dogs command
I am working on a bone wand item that allows me to summon 2 dogs that are tamed, my idea was this:
summon wolf ~ ~ ~ {variant:woods,Tags:["summoned"]}
summon wolf ~ ~ ~ {variant:woods,Tags:["summoned"]}
/execute as @e[tag=summoned] run data modify entity @s Owner set from entity @s UUID
what i think that does is set the dogs to be their own owner so im not sure how to do it, i may have to take a different approach anyway because im sure my datapack wouldnt work in multiplayer.
Continue to help post