Material of new 1.16 blocks being read as "AIR"

    • Type: Bug
    • Resolution: Invalid
    • Priority: Major
    • Environment:
    • git-Spigot-ccb012a-567e245 (MC:1.16.1)
    • My Own WIP Plugin
    • Yes

      Hello, I am currently building a plugin using the new 1.16 blocks.

      However, it is reading all the new blocks as "AIR" instead of what is in the JavaDoc

      My plugin runs the following to produce the output in chat

      p.sendMessage(p.getInventory().getItemInMainHand().getType().name());

      I've mixed pictures of it behaving normally with older blocks and with the 1.16 blocks.

      This seems to be occurring with all 1.16 items.

          [PLUG-408] Material of new 1.16 blocks being read as "AIR"

          md_5 added a comment -

          You did not define api-version as 1.13 or greater. You were warned about this in your logs.

          md_5 added a comment - You did not define api-version as 1.13 or greater. You were warned about this in your logs.

            Assignee:
            Unassigned
            Reporter:
            Matthew Albert
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: