Started by
VolcanoBoy
on
Topic category: Help with Minecraft modding (Java Edition)
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?
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 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
Okay Klemen Thanks <3