-
Bug
-
Resolution: Invalid
-
None
-
Minecraft 16w41a
-
None
-
Unconfirmed
I have recently upgraded to snapshot 16w41a from the nonexperimental branch and have noticed that none of my doors that use the testfor command work anymore due to the command not working at all in the command block. The testfor command works side by side with the setblock command that I have running everywhere in my world due to normal doors not being suitable where I need them.
Example - /testfor @p[200260,74,-100109,4] ---> setblock 200263 74 -100111 minecraft:redstone_block
which opens a line of trap doors and uses a setblock command that replaces the redstone block with air.