#Getting exact spawn egg of a mob
1 messages · Page 1 of 1 (latest)
<@&1201956957406109788>
💬 While you wait, take this time to provide more context and details.
🙇 If nobody has answered you by <t:1724498981:t>, feel free to use the Summon Helpers button to ping our helper team.
✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve
use mcstacker
MCStacker is a Minecraft command generator, focusing on generating commands with NBT/item components easily without having to write long commands by hand.
generate a /give command
make it give a spawn egg
and then configure the rest however you want
since there is no copy_entity_data function the only way I can think of to set the entity_data is to run a data get command in a command block and then copy the previous output to a storage, remove the timestamp and add it in via a macro
what in the actual world
ohhh, i didnt read the question properly
still, no need to complicate it. you can just copy entity's data in a data storage
that's not a spawn egg nor a summon command
you can just put it there
and its so much less complicated and much performant than doing it the way you suggested