Started by
Jose4T5Y
on
Topic category: Help with MCreator software
I want to make an entity that can generate the height Y = 125? Could it be done with procedures, if so what would the procedure be?
Topic category: Help with MCreator software
I want to make an entity that can generate the height Y = 125? Could it be done with procedures, if so what would the procedure be?
This can be done in the spawn condition
what would be the procedure?
¿?
it wil world management
hepl!!!!!¿What is the procedure?
¿?
How can you make the entity I made be generated from layer Y = 125? If someone knows could help me¿ What would the procedure be?
¿?
Spawn at X Y:+125 Z living entity "your entity"
Global trigger = On player tick update
if y = 125
do if not can Event/target see "Your entity"
do if Does entity exist at x y z in square cube with size 5 of type "Your entity"
do Spawn at x+5 y 0 z+5 Living entity "Your entity"
This will spawn "your entity" if you dont look at him and if he isnt near you it will spawn near you "your entity"
This procedure must be in the spawning conditions of the entity ??
idk i just did something there.
I did the procedure right?