-
Bug
-
Resolution: Unresolved
-
None
-
Minecraft 14w11b, Minecraft 14w17a, Minecraft 14w18a, Minecraft 14w30b, Minecraft 14w30c, Minecraft 1.8, Minecraft 1.8.1-pre3, Minecraft 15w33b, Minecraft 15w33c, Minecraft 15w34a, Minecraft 1.10.2, Minecraft 16w42a, Minecraft 1.12 Pre-Release 7, Minecraft 1.12, Minecraft 1.12.1 Pre-Release 1, Minecraft 1.12.1, Minecraft 1.12.2 Pre-Release 1, Minecraft 1.12.2 Pre-Release 2, Minecraft 1.12.2, Minecraft 17w43a, Minecraft 17w43b, Minecraft 17w45b, Minecraft 17w46a, Minecraft 17w47a, Minecraft 17w47b, Minecraft 17w48a, Minecraft 18w01a, Minecraft 18w03b, Minecraft 18w05a, Minecraft 18w16a, Minecraft 18w22a, Minecraft 1.13-pre1, Minecraft 1.13-pre2, Minecraft 1.13-pre4, Minecraft 1.13-pre6, Minecraft 1.13-pre7, Minecraft 1.13-pre8, Minecraft 1.13, Minecraft 1.13.1-pre1, Minecraft 1.13.1, Minecraft 1.13.2, Minecraft 18w48a, Minecraft 18w48b, Minecraft 18w49a, Minecraft 19w03b, Minecraft 19w03c, Minecraft 19w04b, Minecraft 19w05a, Minecraft 19w06a, Minecraft 19w07a, Minecraft 19w12b, Minecraft 19w13b, Minecraft 1.14.1, Minecraft 1.14.2 Pre-Release 2, Minecraft 1.14.2 Pre-Release 3, 1.15.2 Pre-Release 1, 1.15.2, 20w06a, 20w09a, 20w12a, 20w13a, 20w13b, 20w14a, 20w17a, 20w19a, 1.16 Pre-release 5, 1.16.1, 1.16.2 Pre-release 3, 1.16.4, 20w48a, 20w49a, 20w51a, 21w03a, 1.16.5, 1.17 Pre-release 3, 1.17.1, 1.18.2, 1.19.1 Pre-release 5, 1.20.2
-
Confirmed
-
Commands
-
Low
-
Platform
The bug
When certain block entities such as a dropper/dispenser or a command block that contain NBT data for items or a command is either placed manually on a power source or cloned on a power source it will receive power because a repeater gets power from the side of it but the dispenser will not place/drop anything and the command block will not run the command.
How to reproduce
- Place down a dispenser or dropper or command block
- Put items or a command into the block, depending what it is
- Control and middle-click the block to get the block with NBT data
- Place this on a power source such as a redstone torch or a redstone block
→ It should run the command or drop/place something but it does not
Note: this also affects note blocks, they won't play a note until they received a block update.
Test command for falling block, insert into a command block and trigger:
summon falling_block ~ ~2 ~ { BlockState:{Name:"minecraft:stone"}, Time:1s, Passengers: [ { id:"falling_block", BlockState:{Name:"minecraft:redstone_block"}, Time:1s, Passengers: [ { id:"falling_block", BlockState:{Name:"minecraft:command_block"}, TileEntityData:{Command:"say Test"}, Time:1s } ] } ] }
Related issue
MC-31100 when using /setblock to place the block it does not update (and more)
Code analysis
Code analysis by marcono1234 can be found in this comment on bug report MC-18631.
- is duplicated by
-
MC-18631 Some redstone components (block entities) do not update themselves when placed
- Resolved
-
MC-73882 Dispenser does not look for redstone power when placed
- Resolved
-
MC-75576 Redstone Repeater Bug
- Resolved
-
MC-80901 Landed Falling Block does not trigger redstone updates for block entities (Command Blocks, ...)
- Resolved
-
MC-86663 Chain Command Block not powered by Redstone Block when Chain Block is placed next to or on a Redstone Block before being turned from Impulse to Chain.
- Resolved
-
MC-87131 Repeated Command Block Activation Issues
- Resolved
-
MC-88681 when summoning falling sand riding falling sand upper most command block does not activate
- Resolved
-
MC-91510 All command blocks DO NOT respond to redstone blocks when placed w/ custom tag
- Resolved
-
MC-105522 Detecting wool in a commandblock
- Resolved
-
MC-156919 Block doesn't get triggerd by redstone after you placed it
- Resolved
-
MC-233642 Items with BlockStateTag placed will not update redstone.
- Resolved
-
MC-250391 Note block not powered when placed.
- Resolved
-
MC-266379 Some blocks stay unpowered when placing adjancent redstone blocks
- Resolved
- relates to
-
MC-31100 /setblock and /fill do not update the placed block(s) consistently
- Reopened