When a non-experimental world is loaded with a spawner minecart containing disabled mobs, the spawner minecart will not be removed from the world
When a non-experimental world is loaded with a spawner minecart containing disabled mobs, the spawner minecart will not be removed from the world.
Reproduce:
- Download the structure file.
- Place the file in the non-experimental world folder.
- Loading minecraft:spawner_minecart to the world using structure blocks.
- Use the following command:
/data get entity @e[type=minecraft:spawner_minecart,limit=1,distance=..3]
- Notice that the disabled mob IDs(SpawnData:{entity:{id:"minecraft:camel"}}) in the spawner minecart are not cleared.
Or
- Download the world file.
- Use the following command:
/data get entity @e[type=minecraft:spawner_minecart,limit=1,distance=..3]
- Notice that the disabled mob IDs(SpawnData:{entity:{id:"minecraft:camel"}}) in the spawner minecart are not cleared.
It also causes the game to output spam.
Game output
22:47:34.081 bdv Server thread Skipping Entity with id minecraft:camel 22:47:50.631 bdv Server thread Skipping Entity with id minecraft:camel
2022-12-04, 02:50 PM
2023-03-08, 09:27 AM
2022-12-07, 08:05 AM
2
1
1.19.3 Release Candidate 1, 1.19.3 Release Candidate 2, 1.19.3 Release Candidate 3
-