So, I'm trying to create a really cool puzzle course in 1.12, but whenever I try to type the testfor command into a command block, it says it can't find the item. What I'm trying to do is send a redstone signal when I place a certain item in to an item frame. This is my command
So, I'm trying to create a really cool puzzle course in 1.12, but whenever I try to type the testfor command into a command block, it says it can't find the item. What I'm trying to do is send a redstone signal when I place a certain item in to an item frame. This is my command
testfor @e[x=***,y=***,z=***,r=1,type=item_frame]{Item{id:"minecraft:dirt"}}
The command works normally, but as soon as I try to define what item is supposed to be in it, it can't find it. Am I doing something wrong?