Can't get the state of a lever
In 1.12 and before, I could get the sate of a lever with testforblock, but in 1.13, it seems like minecraft thinks that levers are not block entities and/or don't have states.
Specifically:
/data get block <x> <y> <z> lever.powered
reports "The target block is not a block entity", and
/execute if block <x> <y> <z> lever
always returns false
Do I have something wrong with my commands?
2018-01-18, 01:00 AM
2018-01-18, 02:02 AM
2018-01-18, 01:57 AM
0
0
-