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

Problems with cartography table interface.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • None
    • None
    • None
    • CraftBukkit version 4300-Spigot-a759b62-7070de8 (MC: 1.21.1) (Implementing API version 1.21.1-R0.1-SNAPSHOT)
    • Yes

      The content of a cartography table that was opened with code can't be changed. For instance, the following code is not working:

       
      Inventory inv = Bukkit.createInventory(player, InventoryType.CARTOGRAPHY); // Setting the owner as null doesn't have any effect.
      inv.setItem(0, new ItemStack(Material.STONE)); // This is the line that is not working
      player.openInventory(inv);
      However, it does work with other types of inventories such as BREWING and it also works when the player opens the cartography menu manually (right clicking a cartography table block). 

      Also, if you drag and drop an item into one of the slots of the cartography table it will sometimes disappear.

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

              Created:
              Updated:
              Resolved: