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

Use e.g. for loop to iterate…
Sun, 04/27/2025 - 18:31

Use e.g. for loop to iterate coordinates

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Okay Klemen Thanks <3
Wed, 04/30/2025 - 09:21

Okay Klemen Thanks <3