Modify "6x6x6 box" procedure template to be 3x3x3?

Started by DJSlimeball on

Topic category: Help with Minecraft modding (Java Edition)

Active 11 months ago
Joined Apr 2020
Points:
727

User statistics:

  • Modifications: 0
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 26
Modify "6x6x6 box" procedure template to be 3x3x3?

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…
Thu, 03/09/2023 - 17:52

Check the range checks inside the while statement conditions and reduce them to match desired size

Active 11 months ago
Joined Apr 2020
Points:
727

User statistics:

  • Modifications: 0
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 26
I actually solved my issue…
Mon, 03/20/2023 - 08:14

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 : )

Active 3 months ago
Joined Mar 2025
Points:
22

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
How did you solve it? im…
Mon, 03/31/2025 - 19:56

How did you solve it? im still trying to figure out how to do the same thing

Active 3 months ago
Joined Mar 2025
Points:
22

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
if i could get a screenshot…
Mon, 03/31/2025 - 19:59

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