How to /summon a dragon of a specific breed?
Wolfwolflatte opened this issue · 2 comments
Hi there! This is not an issue but a question.
I am using the mod Spawn Balance Unity to customize the mobs that spawn around my world and the biomes they spawn in. I thought it would be really cool to spawn ender dragons in the end and nether in the nether, etc. My issue is I cannot seem to make a dragon of a specific breed be summoned. I was experimenting using the /summon command as I figured if I was able to successfully get the breed I wanted there I could input that entity info into the spawn management mod. I have based all my inputs off of "/data get" on the dragon mounts dragon.
I am using version 1.20.1
Here are the /summons I have tried:
/summon dragonmounts:dragon {EntityTag:{Breed:"dragonmounts:nether"}
/summon dragonmounts:dragon ~ ~ ~ {Tags:["Breed:"dragonmounts:nether""]} (This one is one of the few that does not error open sending and successfully summons a dragon at the players location. However the dragon is a random breed.)
/summon dragonmounts:dragon ~ ~ ~ {EntityTag:{Breed:"dragonmounts:nether"}
/summon dragonmounts:dragon ~ ~ ~ {Breed:nether}
/summon dragonmounts:dragon ~ ~ ~ [Breed:”dragonmounts:nether”’]
/summon dragonmounts:dragon ~ ~ ~ {Tags:[‘Breed:”dragonmounts:nether”’]}
If I could get the correct tag to successfully spawn certain dragons, that would be amazing! Thank you so much for any help and for making a legacy version of this mod. Dragon Mounts was my CHILDHOOD haha! Its so good to see it in 1.20 <3
/summon dragonmounts:dragon ~ ~ ~ {"Breed":"dragonmounts:aether"}
/summon dragonmounts:dragon ~ ~ ~ {"Breed":"dragonmounts:end"}
/summon dragonmounts:dragon ~ ~ ~ {"Breed":"dragonmounts:fire"}
etc...