Started by
IlTomekIl
on
Topic category: Help with MCreator software
I need to create an entity that resurrects specific entities in a range of action but i do not understand how to combine the radius, the entity that dies and the one who resurrects all together, i know that to resurrect simply despawn and replace the entity despawned, so the basic procedure is also good for me, pls help
There are multiple ways to do this. The simplest would be to create a global trigger of "entity dies" and then within that procedure, "if [entity that resurrects] exists in [enter radius] square cube radius" do "cancel global trigger"