Details
-
Type:
Bug
-
Status: Resolved
-
Resolution: Duplicate
-
Affects Version/s: Minecraft 14w07a, Minecraft 14w08a, Minecraft 14w21b, Minecraft 1.8.1, Minecraft 1.8.2-pre6
-
Fix Version/s: None
-
Labels:
-
Environment:Windows 8.0 Java 1.7
-
Confirmation Status:Community Consensus
Description
When lever is in on-state and I use command block to replace it with off-state lever, redstone state remains on.
/setblock ~ ~ ~-2 lever 3
If I use two command blocs and first remove lever and then add new off-state lever, everything works fine.
/setblock ~ ~ ~-3 air
/setblock ~ ~ ~-2 lever 3
Attachments
Issue Links
- duplicates
-
MC-120682 Redstone power supplying blocks do not update all affected blocks when placed using commands
- Reopened