-
Bug
-
Resolution: Won't Fix
-
None
-
1.20.5 Release Candidate 2
-
Plausible
-
Datafixer
Testing discovered MC-270988 - I reported that one first while testing this.
The bug
Spawn eggs from versions before 1.12.2 will obtain an extra component if upgraded to 1.20.5. This component is redundant as it only encodes the target entity ID, which is already handled by the spawn egg item ID itself.
This was originally reported under MC-257688 and obtained Won't Fix status, but since NBT has been replaced entirely by components the upgrade process is likely different now.
How to reproduce
- Obtain spawn eggs in 1.12.2
- Upgrade this world directly to 1.20.5
- Obtain spawn eggs in 1.20.5
- Try to stack them with your 1.12.2 spawn eggs
Expected results
They would stack.
Actual results
They do not.
How to fix
Upgrade spawn eggs with only the standard NBT from the creative inventory (or the iron golem/snow golem/ender dragon/wither eggs) without assigning the extra component. If it has any other data, keep the NBT/components.
- relates to
-
MC-270990 When upgrading nonstandard spawn eggs from 1.12.2, some become pig spawn eggs and others become wither spawn eggs
- Resolved