Started by
FreddyFoxGam3r
on
Topic category: Help with Minecraft modding (Java Edition)
Essentially I'm making an item that will save a mob when right clicked on it and then spawn the same mob a few times as a sort of mitosis. Is there a way to do this using Mcreator, as in saving an entities data and spawning another with the same data?
I think you could just use the blocks under the data subsection of the entity procedures tab to get the relevant data, then store it onto the item using a bunch of custom data tags, then after that, put a call procedure block or whatever in a wait block.
To SPAWN a mob with the saved data, it must be easiest to just use the summon command and include the data in the command, which I don't know how to do, probably use the website 'MCstacker'.