Started by
LIUKRAST
on
Topic category: Help with MCreator software
So im creating a redstone block to detect if i place a block in a radius of 5 blocks about this redstone block. I created two blocks versions ( on and off ) and already coded the redstone output. I only need the procedure to swap from off to on but idk how to check for a block in a 5 blocks radius. Any idea?
There is a procedure template for this in MCreator
@Klemen What's it called?
Haven't it idk why
yes i see, but how do i edit the range? like 4x4? or 8x8? or 5x5x5?
I'm pretty sure that you can set the sx, sy, and sz variables to half of each number of your range, then make that negative (if you are doing 8x8x8, set sx, sy, sz to -4) Then put the original number into each repeat (if you are doing 8x8x8, make each repeat go 8 times)
Are you able to make it preset where you're standing? I am trying to make a boss summonable only if there are no blocks around you in the way, but of course, you're standing on the ground, so I don't want it to include blocks below you.