Mojira Archive
MC-258284

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:

  1. Download the structure file.
  2. Place the file in the non-experimental world folder.
  3. Loading minecraft:spawner_minecart to the world using structure blocks.
  4. Use the following command:
    /data get entity @e[type=minecraft:spawner_minecart,limit=1,distance=..3]
    
  5. Notice that the disabled mob IDs(SpawnData:{entity:{id:"minecraft:camel"}}) in the spawner minecart are not cleared.

Or

  1. Download the world file.
  2. Use the following command:
    /data get entity @e[type=minecraft:spawner_minecart,limit=1,distance=..3]
    
  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

Won't Fix

[Mod] Les3awe

2022-12-04, 02:50 PM

2023-03-08, 09:27 AM

2022-12-07, 08:05 AM

2

1

Confirmed

Data Packs, Entities

1.19.3 Release Candidate 1, 1.19.3 Release Candidate 2, 1.19.3 Release Candidate 3

-