-
Bug
-
Resolution: Unresolved
-
None
-
1.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
-
None
-
Confirmed
-
Block states
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.