Started by
Zainhargrove
on
Topic category: Help with Minecraft modding (Java Edition)
How can I make a procedure that checks for a block in the whole world or at least a 200x200x200 area and then does the procedure I want?
Topic category: Help with Minecraft modding (Java Edition)
How can I make a procedure that checks for a block in the whole world or at least a 200x200x200 area and then does the procedure I want?
You could use for loop and increase x, y, and z to scan whole area, where x, y, and z are local variables
I'll try this thank you!