-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.13, Minecraft 1.13.1-pre1
-
None
-
Unconfirmed
/give @p spawner{BlockEntityTag:{SpawnData:{id:horse}} }
Issue: command results in a mob spawner that will spawn in the horse once and then turn into a pig spawner.
To fix this I recommend checking if it's instanceof a tile entity mob spawner then clearing it's spawn potentials. Or better yet use and create an interface called IPlaceTile which on placing the tile the tile entity can override it and do it itself.
- duplicates
-
MC-92282 Mob spawner block_entity_data does not copy SpawnData data to missing SpawnPotentials
- Reopened