-
Bug
-
Resolution: Unresolved
-
None
-
Minecraft 1.14, 1.16.4, 1.20.2
-
None
-
Confirmed
-
Commands
Running
/execute if data block ~ ~ ~ Items run say ChestHere
will correctly print ChestHere when standing on a chest. (And not, when you're not doing so.)
However
/execute unless data block ~ ~ ~ Items run say NoChestHere
will not say NoChestHere when not standing on a chest.