Started by
LaTortiia
on
Topic category: Help with Minecraft modding (Java Edition)
So, I'm doing a nuclear reactor and I need to detect the presence of a custom block (Boron) in a 2x2x2 block radius, but I also need to know how many Boron blocks are in this said radius, is there any way of doing this?
there is a template procedure for finding blocks in a 3x3x3 radius, just modify it to your needs
I know about the template, is there any way to modify it so it not only tells me if there is a specific block in a radius but also tells me how many of them there are?