Started by
DJSlimeball
on
Topic category: Help with Minecraft modding (Java Edition)
I want to change the "Check for a block in a 6x6x6 box" procedure template to be half as big of an area; 3x3x3, how do I do that?
Topic category: Help with Minecraft modding (Java Edition)
I want to change the "Check for a block in a 6x6x6 box" procedure template to be half as big of an area; 3x3x3, how do I do that?
Check the range checks inside the while statement conditions and reduce them to match desired size
I actually solved my issue another way, thanks for replying though ! : )
What would definitely be especially appreciated though;
is if you could reply to my other posts which I haven't gotten any help with,
please whenever you have the time : )
How did you solve it? im still trying to figure out how to do the same thing
if i could get a screenshot that would be really helpful cuz i changed the values in the green blocks from 6 to 3 but it doesnt work correctly it only works in some axis