Started by
Goldy
on
Topic category: Help with Minecraft modding (Java Edition)
Can You create a mcreator procedure that finds nearest entity that which fulfills a conditions?
Topic category: Help with Minecraft modding (Java Edition)
Can You create a mcreator procedure that finds nearest entity that which fulfills a conditions?
Yes, there are some blocks specifically for that:
This for an example adds regeneration to all pigs in a cubic 4 block radius around the exaction point:
Make sure you change the entity to "Entity iterator" to make sure you grab all entities the "For each entity as: " block checks.