I am trying to set up a command block so it will detect when a certain item is inside a trapped chest. I have is set up through an invert so when the chest is closed, the command block gets a signal. This is the command:
/testforblock -5 65 190 trapped_chest 5 {Items:[0:{Slot:13b,id:347s,Count:1b,Damage:0s}]}
Once I have it working, I plan to make it a zombie head instead of a clock. No matter what the command block says, the comparator is always on. The command block says that the item is in the correct place, so I know it's not that.
I would love some help, thanks!
/testforblock -5 65 190 trapped_chest 5 {Items:[0:{Slot:13b,id:347s,Count:1b,Damage:0s}]}
Once I have it working, I plan to make it a zombie head instead of a clock. No matter what the command block says, the comparator is always on. The command block says that the item is in the correct place, so I know it's not that.
I would love some help, thanks!