Find multiple of the same block in an area

Started by Grimlock on

Topic category: Help with modding (Java Edition)

Last seen on 00:41, 3. May 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Find multiple of the same block in an area

So I'm making a ore scanner that will scan for a given ore in a 60x60x60 area, and it works. The problem is that once it finds a ore, it won't find multiple unless you move. How could I do this

Here is the code