Custom crafting table doesn't allow crafting

Discussion in 'Plugin Development' started by BananaPuncher714, Apr 1, 2017.

Thread Status:
Not open for further replies.
  1. When I create a custom workbench inventory, I can make players open it, but when they try to craft something, the result is always empty.

    Code:
    Inventory inv = Bukkit.createInventory( null, InventoryType.WORKBENCH );
    p.openInventory( inv );
    What should I do?
     
Thread Status:
Not open for further replies.

Share This Page