mojira.dev
MC-174890

Falling blocks accumulation in unloaded chunks

I am running a vanilla server. I have a repeating command block that summons falling blocks using this command : execute at @e[type=item_frame,tag=barrier] run summon falling_block ~ ~-0.5 ~ {BlockState:{Name:"barrier"}} so that players can't rotate and take items from item frames with the tag "barrier". I had the chunks with those items frames forceloaded. Everything went fine. When the chunks were removed from forceloading and were unloaded, though, the falling blocks accumulated rather than despawning/"dying". So the command : execute if entity @e[type=falling_block] returned ~67.800 entities that caused arround 400 skipped ticks per second and probably increased RAM usage. I realised I had this bug since 1.11.2 or so.

Linked issues

Comments 2

I can provide the world if the issue can't be recreated. I have to say, I couldn't recreate it by creating another server or in singleplayer.

I have trouble recreating the issue on another world and thus it should probably be marked as resolved.

MinePro120

(Unassigned)

Unconfirmed

(Unassigned)

1.15.2

Retrieved