Started by
CharacterNotFound
on
Topic category: Help with MCreator software
I want to create a structure where I can spawn entities (without spawners), like piglins in the bastion remnants. How to do this?Is it possible to do in MCreator?
P.S MCreator version 2024.3.Any help would be welcome
To the best of my knowledge it's not possible to do this with MCreator. I know you said no spawners, but you might still consider using a special block or entity.
For my structures, I'll often have a special block that's programmed to spawn entities in a radius when randomly ticked- and then players have to break the block to disable reinforcements. You could also make an invisible, persistant entity with no hitbox, that does the same thing when loaded, if you want it to be subtler. For a surface structure, the procedure's pretty much just setting a random x/z offset, and then spawning a mob at world height, with the random offset applied.
Entities don't load in structure mod element if saved when storing structure NBT with structure block?
@Klemen ok this is works.For some reason this isnt working when i spawn a structure with structure block,but when structure naturally spaw, entities spawn too.