Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-222002

Light item displays the wrong level number

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 21w20a
    • 21w13a, 21w14a, 21w15a, 21w17a, 21w18a
    • None
    • Confirmed
    • Commands
    • Low

      The light level displayed in the item's texture does not match the one in the world.
      If you do the command /give @s light{BlockStateTag:{level: 8}}
      It gives you a 15 light-block item. Although this is wrong and the command is supposed to be ran with quotes around the level number, when the item is placed in the world, the level is different than the displayed in the item (See Image 2)
      This means that the level is getting computed, but due to some parsing error, the wrong texture is being attributed to the given item.

      Old description:
      The light item displays the wrong level number when the command to get it is incorrectly done, although the block when placed works just fine. 

       

      Steps to reproduce:

      • Do the command: /give @s light{BlockStateTag:{level: "8"}}
      • Notice the texture is correct.
      • Do the command: /give @s light{BlockStateTag:{level: 8}} (without quotes)
      • Notice the texture is incorrect.

       

      Image 1: Product of the commands above in my hotbar.

      Image 2: Proof that the level is correct in the world besides the item displaying 15 (default)

        1. 2021-05-05_20.11.05.png
          2021-05-05_20.11.05.png
          513 kB
        2. Image 1.png
          Image 1.png
          5 kB
        3. Image 2.png
          Image 2.png
          147 kB

            grum [Mojang] Grum (Erik Broes)
            Nirewen Eduardo Londero
            Votes:
            3 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: