Mojira Archive
MC-235665

Light with negative BlockStateTag.level shows 0 but places level 15

See title.
Rather than show the light bulb with 15, it shows the light bulb with 0 texture while when placed, it still places a light that outputs level 15.

/give @s light{BlockStateTag:{level:"-1"}}

Cause: in assets/minecraft/models/item/light.json, the selected texture is light_00.png, which is the light bulb 0 texture. The default texture should instead be set to light_15, as it places a level 15 light block, or it should place a light block with light level 0.

Relates to MC-222007.

Unresolved

user-f2760

2021-08-31, 01:55 PM

2025-01-02, 12:13 PM

7

2

Confirmed

Block states

1.17.1 - 1.21.41.17.1, 21w42a, 1.18 Pre-release 5, 1.18.1, 1.19, 22w24a, 1.19.2, 1.19.3, 1.19.4, 1.20.1, 1.20.2, 23w43b, 1.21.4

-