scan loaded chunks for two blocks next to each other

Started by gaming with sam on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
scan loaded chunks for two blocks next to each other

I'm trying to create a procedure that will scan loaded chunks and produce a true output if one block of a certain type is next to another block of a certain type within said chunks.

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
in one of the blocks update…
Sat, 07/24/2021 - 08:21

in one of the blocks update procedure checks for the blocks on top, right, left, etc. 

 

note: it will not work if Thay are out of the players render distance