Started by
_NO_CHEESE_
on
Topic category: Troubleshooting, bugs, and solutions
So, im making a simple block that i want to act as a spawner, which i want to spawn a mob in which is made with commands, as i want to for example spawn a zombie with a helmet and a sword, and i also want to make so that when a player gets in the radius of the block, the mob will spawn, anyone got any ideas how im going to do so?
On block tick or random tick update procedure trigger, check for the nearest entity in your procedure and if present, spawn the entity you want.
I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
I have checked youtube videos surrounding this annoying problem, alot of videos talking about it are outdated, my only question is just why isn't this a feature you can just do simply? is it supposed to be this way?