The new spawn eggs added in the Spring Drop are named incorrectly in Bedrock Edition. They are also located in the wrong folder. This will waste lots of time for resource pack creators, and it breaks from the pattern of using identical texture names across both platforms.
Java Edition:
!java_eggs.png|thumbnail!
Bedrock Edition:
!bedrock_eggs.png|thumbnail!
To Reproduce
Extract the Java Edition assets from 25w09b.
Navigate to assets/minecraft/textures/item
Observe that all spawn egg textures are named in this format:
[entity_identifier]_spawn_egg.png
Visit the preview branch of the bedrock-samples GitHub.
Navigate to textures/items/spawn_eggs/
Observe that all spawn egg textures are named in this format:
spawn_egg_[entity_identifier].png
Observe that the “spawn_eggs” folder only exists on Bedrock Edition.
Expected Result
Spawn egg textures are named identically on Java and Bedrock Edition. They are in the same folder on both platforms.
Observed Result
Spawn egg textures are named and located differently on each platform.
Attachments
Comments 3
It is worth noting that the identifier used for tropical_fish also differs between Java and Bedrock. It is the only identifier which is not the same:
Java: tropical_fish
Bedrock: tropicalfish
Thank you for your report!
After consideration, the issue is being closed as Won't Fix.
Please note that this is not the same as Working as Intended, as this bug report correctly describes behavior in the game that might not be the intended or desirable behavior, but it will not be fixed right now. Sometimes, this is because the issue reported is minor and/or impossible to change without large architectural changes to the code base.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
Can confirm