Check for certain mob

Started by imhezronhezronimim on

Topic category: Help with modding (Java Edition)

Last seen on 01:28, 27. Sep 2021
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Check for certain mob

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.

Last seen on 03:20, 8. Jan 2021
Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Theres a procedure block for…
Thu, 12/10/2020 - 09:24

Theres a procedure block for that get entity in range

Last seen on 01:28, 27. Sep 2021
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
but a certain one? like a…
Thu, 12/10/2020 - 22:55

but a certain one? like a certain mob? not the type

Last seen on 03:56, 14. Dec 2020
Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think you can use the…
Thu, 12/10/2020 - 23:55

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!

Last seen on 01:28, 27. Sep 2021
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
where is the block on every…
Fri, 12/11/2020 - 02:47

where is the block on every update tick located? I'm having trouble finding it