Search results

  1. V

    Adding new crafting recipe

    How can I add new crafting recipe to the crafting manager? Collection<Item> goldenAppleIngredients = Arrays.asList( Item.get(Item.AIR), Item.get(Item.GOLD_INGOT), Item.get(Item.AIR), Item.get(Item.GOLD_INGOT)...
Top