Started by
Superkota
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make this procedure
On key pressed AND if entity type (Entity) is in the world, do explode at x x y y z z power 10 break.
Edited by Superkota on Tue, 07/12/2022 - 10:45
umm frame your psuedo-code properly please
and i think easiest way to do it is to check for the mob in a really large cube region say 200x200 blocks or more .. make sure to use a number that wont lag
But how do i check it in a radius? And won't this key pressed procedure apply on this entity?