? Simple Crafting. Update 1.1. What’s new?

Recipes List

In update 1.1 added new scene Recipes list for show all recipes. You can show all recipes you have in game database or only recipes that player have in inventory.

Recipe – it’s a Item with <craftAutoRecipe:X> notetag (you can find more information in plugin Help section)

If you want to hide recipes from inventory and show them only in a Recipes List, make the item type of recipe Hidden Item in database item settings.

New script calls:

  • ShowAllCraftRecipes(); – open list with all recipes Item in game database
  • ShowMyCraftRecipes(); – open list with only recipes player have in inventory