Discovered while testing MC-270529 and MC-276725.
The bug
As of 24w45a, the models for air now define minecraft:missingno as their particle texture, presumably to reduce log errors with the fix to MC-236295. This is not ideal, as the missing texture should only appear when there is a genuine issue with resources.
How to reproduce
/particle minecraft:block_marker{block_state:{Name:"minecraft:air"}} ~ ~1 ~
/give @s cookie[item_model="minecraft:air"]
, eat this item
Expected results
The missing texture would not be used.
Actual results
It is.
How to fix
This is very easy to fix - we just need to make air use a real texture. I've attached a resource pack that introduces a simple texture for air, and repointed the air model to use it instead. This fixes this issue entirely. I give Mojang full permission to use these assets to fix this issue if needed.
Attachments
Comments 2
Thank you for your report!
After consideration, the issue is being closed as Invalid.
You have posted a feature request or a suggestion. This site is for bug reports only.
For suggestions, please visit The official Minecraft feedback site or visit the Minecraft Feedback Discord server.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
Can confirm.