Is there a way I can solve this more simply with fewer elements?

Started by VolcanoBoy on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there a way I can solve this more simply with fewer elements?

I would like to make the procedure apply to a given area of, say, 10x10 blocks, and the only way I could solve it was by doing Y + 1, Y+ 2 Etc... easier way?

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
there's a template procedure…
Fri, 04/25/2025 - 23:08

there's a template procedure that does this in a more optimized way, all you'd have to do is change the variables so it works on a 10x10 area instead of a 6x6x6