Is nearest entity procedure block suggestion

Started by The_Big_Monke_Guy on

Topic category: Feature requests and ideas for MCreator

Last seen on 17:02, 15. Apr 2024
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is nearest entity procedure block suggestion

I was trying to make a really specific procedure thatt was detecting the nearest entity (not a specific one, just the nearest one) of the current entity but couldn't find anything, so i suggest adding the is nearest entity block so i could use it with the "=" block, i'm using the 1.19.2 tho which (if yall update) i won't be able to update it since the mod is for 1.19.2 unless you make the version support 1.19.2 too.
If anyone has any other alternative to do this tho, help is very much appreciated!

(I tried using entity interator already)

Last seen on 17:02, 15. Apr 2024
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I was going to use it likeā€¦
Mon, 03/18/2024 - 18:15

I was going to use it like this:

 

For each entity as entity iterator blah blah blah

If is the nearest entity = is entity (sub)type of [entity]
do [thing]