-
Bug
-
Resolution: Won't Fix
-
None
-
1.19.3 Release Candidate 1, 1.19.3 Release Candidate 2, 1.19.3 Release Candidate 3
-
None
-
Confirmed
-
Data Packs, Entities
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.
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
- relates to
-
MC-258283 Monster spawners with disabled mobs do not display the "disabled item" word
- Resolved
-
MC-258299 Game continuously outputs spam to log, when a non-experimental world is loaded with a monster spawner or spawner minecart containing disabled mobs
- Resolved
-
MC-258314 Players can wear piglin heads in the non-experimental world inventory
- Resolved
-
MC-258315 Disabled items in non-experimental chests or mob inventories/equipment will not be removed when reloaded into the world
- Resolved
-
MC-260376 Camels appear as selectors even though they don't exist yet
- Resolved