mojira.dev
MC-305275

Models with model element:"light_emission" fail to render in 26.1 Snapshot 1

Model with “light_emission“ render as completely transparent in GUI. These same models work correctly in version 1.21.11.

Linked issues

Attachments

Comments 2

When “light_emission“ is applied to blocks…😱

2025-12-25_16.02.20.png
2025-12-25_16.00.54.png

//assets/minecraft/models/block/cube.json

{
    "parent": "block/block",
    "elements": [
        {   "from": [ 0, 0, 0 ],
            "light_emission":15,
            "to": [ 16, 16, 16 ],
            "faces": {
                "down":  { "texture": "#down", "cullface": "down" },
                "up":    { "texture": "#up", "cullface": "up" },
                "north": { "texture": "#north", "cullface": "north" },
                "south": { "texture": "#south", "cullface": "south" },
                "west":  { "texture": "#west", "cullface": "west" },
                "east":  { "texture": "#east", "cullface": "east" }
            }
        }
    ]
}
{
    "parent": "block/block",
    "elements": [
        {   "from": [ 0, 0, 0 ],
            "light_emission":15,
            "to": [ 16, 16, 16 ],
            "faces": {
                "down":  { "texture": "#down", "cullface": "down" },
                "up":    { "texture": "#up", "cullface": "up" },
                "north": { "texture": "#north", "cullface": "north" },
                "south": { "texture": "#south", "cullface": "south" },
                "west":  { "texture": "#west", "cullface": "west" },
                "east":  { "texture": "#east", "cullface": "east" }
            }
        }
    ]
}

Hi!
Thank you for your report! 

We're already tracking this issue at MC-305145, so I will resolve and link this ticket as a Duplicate

I suggest also to browse through the main issue for potential fixes. 

If you would like to add a vote and any extra information to the main ticket it would be appreciated. 

Quick Links
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki

Aowu_W

(Unassigned)

Unconfirmed

(Unassigned)

26.1 Snapshot 1

Retrieved