Started by
Lixon
on
Topic category: Help with Minecraft modding (Java Edition)
Can I create a spavner that will be activated at a radius of (for example) 10 blocks and will be spavnitsya mob, and the spavner disappears? just like in DivineRPG
make a block, make a procedure and connect it to the blocks update tick, and then do If random (0, 1) < whatever chance u want then spawn the boss nearby and turn block at x, y, z into air
What kind of procedure?
you can specify more precisely about the procedure and updating the block. not much understood, I'm still in this all noob
a procedure that has the spawn entity (ur boss) at x, y, x and then turns itself into air
*x, y, z
https://photos.google.com/photo/AF1QipOTY8cK96Y04PIXnh5OC_MHZo-IKo3tu9E… I do not know whether this link will work or not, but I do not understand something, for me the procedures are complex( please tell Me what is wrong with it?
https://photos.google.com/photo/AF1QipPmkXDsIIkmo0hmT6ouXQuypu5gYWP8WbQ…
the picture link doesn't work
Where can I send you a screenshot?
I created a block so that I could spawn, but I couldn't delete the block
put it in the trash icon
Can you describe the procedure?
I can't make air out of the block when the boss appears from it