Started by
imhezronhezronimim
on
Topic category: Help with Minecraft modding (Java Edition)
how do i check for a certain mob in a radius? I'm using this for a bee type mod that produces a item if its near a block.
Topic category: Help with Minecraft modding (Java Edition)
how do i check for a certain mob in a radius? I'm using this for a bee type mod that produces a item if its near a block.
Theres a procedure block for that get entity in range
but a certain one? like a certain mob? not the type
I think you can use the block "Get nearest entity at x y z in square cube with size _ of type (whatever mob you want)" in the trigger "on every tick update". That should work, but I could be wrong.
Good luck!
where is the block on every update tick located? I'm having trouble finding it