Started by
Huntermanz
on
Topic category: Help with Minecraft modding (Java Edition)
I want a procedure to trigger on a custom block only when the player is within say 5 blocks. How do i accomplish this? I could not find any way to get the players x,y,z coordinates in the editor.
i need the same help with this
is there a solution now?
Yes. In MCreator version 2020.4 the block "Does entity exist at (xyz) in square cube with side (4) of type (EntityAgeable)" to the world data tab. To do what you want to do, change (4) to (5) and (EntityAgeable) to (Entity Player).
Is there a way to make it detect if any players in the radius has a specific tag?