Started by
EthanIslandGamer
on
Topic category: Help with Minecraft modding (Java Edition)
Hi there, I recently was trying to make a block that will detect a different block within a 10 block radius. I used the 6x6x6 check for block template and edited a few things that should make it 10x10x10 ,but when I tested it, it only did what it was supposed to do if that one block was sitting right next to it. Is there anything that I am doing wrong?
This Is new link: https://imgur.com/gallery/xrJAtxS
your procedure is wrong, block to be replaced is not at x,y,z but x variable, y variable, z variable.
You can't replace it, must use a corretc return value
@woodcreatures could you give me an example?
Are you saying I have to change the cuz variable to something else?
Xyz*
you can't do your procedure as you intend to sorry
Must use a correct return value for 6x6 template