Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-1777

SkullMeta glitch

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Minor Minor
    • None
    • None

      When I have a skull item that has a modified SkullMeta, there is a strange visual glitch in the Offhand slot (see image) (both in survival and creative modes)
      When I hover the skull, the glitch disappears.

      How to reproduce :

      		ItemStack item = new ItemStack(Material.SKULL_ITEM , 1 , (byte) SkullType.PLAYER.ordinal());
      		SkullMeta skullMeta = (SkullMeta)item.getItemMeta();
      		skullMeta.setOwner(e.getPlayer().getName());
      		item.setItemMeta(skullMeta);
      		player.getInventory().addItem(item);
      

            Unassigned Unassigned
            ImAFlyingPancake ImAFlyingPancake
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: