mojira.dev

Aowu_W

Assigned

No issues.

Reported

MC-305678 Fire renders dark in GUI Duplicate MC-305275 Models with model element:"light_emission" fail to render in 26.1 Snapshot 1 Duplicate MCPE-226807 The spacing between buttons in the settings interface has abnormally increased, leading to an inconsistent layout. Duplicate MC-298236 Sniffers get down when getting injured Duplicate

Comments

When “light_emission“ is applied to blocks…😱

[media: 2025-12-25_16.02.20.png]
[media: 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" }
            }
        }
    ]
}

Step back and try again : ).

[media]
[media]
[media]
[media]
[media]
[media]