-
Bug
-
Resolution: Unresolved
-
None
-
1.20.73 Hotfix, 1.20.81 Hotfix, 1.21.2 Hotfix, 1.21.20
-
None
-
Confirmed
-
Multiple
-
1217019
Players expect that when they close and reopen a world it would resume simulation in the same state in which it was left. However, the loading process itself can disrupt relationships between various things in a world because simulation begins before all world data is loaded.
- chunks within simulation of the player begin ticking in random order over the course of several ticks
- entities within simulation distance of the player load in random order over the course of several ticks, and in some cases before the blocks in their chunks have loaded
- redstone updates begin only after several ticks have occurred
- players can see the world and control their avatar only after several seconds of simulation have already occurred
Steps to reproduce
Chunk and entity ticking
- Load Relog randomness.mcworld . At ground level command blocks count the number of ticks elapsed in each chunk of a 3x3 square around the player, labelled A-I; and the number of ticks in which a creeper is found in chunk C, and a trident in chunk G, as detected by command blocks in chunk E where the player is located.
- /gamerule commandblocksenabled true
- Check that all repeat command blocks at ground level are powered by the levers on them. Redstone lights indicate power.
- Stand in chunk E and press the button on the "Reset Scores" command block.
- Save & quit, then reopen the world.
- Press the button on the "Stop Scores" command block.
Expected result
All scores display the same tick count.
Observed result
chunk and entity load chaos.mp4
Scores display a range of tick counts. Sometimes when you run the test the trident and creeper scores may be higher than the scores for the command blocks in their chunks, showing that the entity loaded before the blocks.
Redstone ticking and player control
- Load the same world.
- Unpower all of the repeat command blocks at ground level by flipping the levers on them. Redstone lights indicate power.
- /gamerule commandblocksenabled true
- Go up to the platform in the air. It holds three series of command blocks connected by repeaters in a single chunk. The repeaters within each series are all set to the same delay. The command blocks count the signal delays associated with each repeater.
- One at a time, flip the lever on the observer then watch the scores until they stop. Observer that within each series of all scores are the same.
- Flip one of the levers then quickly save & quit.
- Reload the world.
Expected result
You see all scores tally up the same tick count, just as in step (5).
Observed result
redstone reload chaos.mp4
You do not see scores tally, as the test finishes before the player is give visibility of the world. On most trials, one score is anomolously high, showing that the repeater powering the command block remained in a powered state for many more ticks than its set delay.
- discovered while testing
-
MCPE-179848 Simple automatic crafters can break when you reload the world
- Open
-
MCPE-58151 Repeaters Don't Save Pending Tick Information
- Reopened
-
MCPE-167769 Tridents may fall through blocks when reloading
- Reopened
-
MCPE-42310 Players can spawn in and take damage or die before the world loads correctly
- Resolved
- is duplicated by
-
MCPE-182420 Jukebox disc relog turns off redstone signal for too long
- Resolved
- relates to
-
MC-10436 Jukeboxes stop playing after relogging/reloading world
- Resolved
-
MC-235967 Block entity ticking checks chunk (target) ticket level instead of actual chunk ticking state when checking for ticking chunk, resulting in block entities being sometimes ticked in border chunks
- Resolved
-
MCPE-181520 Teleporting to bed from anywhere after world closed while sleeping
- Open
-
MCPE-186753 Villagers teleport through blocks when loading
- Reopened
-
MCPE-186726 Entities (Armor Stands, Villagers) drop down one block when reloaded
- Resolved