Soga, Is there any way to detect specific blocks? For example, I placed an oak wood and the block detector detected it, and it activated a command. But when I place any other block except oak wood, nothing is going to happen.
Ok, you can detect a block pretty easily Write /testforblock <x> <y> <z> <block name> to command block. For example, /testforblock 813 68 134 planks Then put redstone comparator next to command block. NOTE: Redstone comparator output is 1, so put repeater.
I'm good at command blocks, but it's impossible unless you stand on top of every block you place. You can do /execute ~ ~-1 ~ (Block) 0 /(Comand)
@Soga btw, have you seen my Flora kit suggestion?. I want to create that kit using command blocks. The specific flowers can emit potion effects at a certain block radius, is that possible? Uhm I made one with player proximity detector and it worked, even without the flower. But I want to activate the command only if the flower is planted, and it will not work if the flower gets removed
Making these kinds of kits by using command blocks is difficult, so it's not perfect. Here's the download link : https://www.dropbox.com/s/oc9cw61vnsrxaog/Flora.zip?dl=1