-
Bug
-
Resolution: Unresolved
-
None
-
Minecraft 1.14.3 Pre-Release 2, 1.16.4, 1.17.1, 24w39a, 1.21.3, 1.21.4
-
None
-
Confirmed
-
(Unassigned)
Activated repeating command blocks that require redstone will not be activated when loaded in with a structure block
Steps to reproduce
- Place a structure block to save a certain radius area.
- Place a repeating command block within that area with the setting: Needs redstone
- Place down a redstone block within the save radius that activates the repeating command block
- Save the structure
- Load in the structure somewhere else
-> The repeating command block will not be activated despite being attached to a redstone block. It will only be activated when the redstone block is updated/replaced.
Video to replicate
Workaround (provided by original reporter)
Place a repeating command block that is always active. Have it execute a /fill command which will then /fill ~ ~ ~ ~1 ~ ~ redstone_block, thus, deleting the repeating block and activating a series of chain commands that will run only 1 time after the command as executed.