| Name | <ItemTag.recipe_ids[(<type>)]> |
| Returns | ListTag |
| Description | If the item is a scripted item, returns a list of all recipe IDs created by the item script.
Others, returns a list of all recipe IDs that the server lists as capable of crafting the item. Returns a list in the Namespace:Key format, for example "minecraft:gold_nugget". Optionally, specify a recipe type (CRAFTING, FURNACE, COOKING, BLASTING, SHAPED, SHAPELESS, SMOKING, STONECUTTING, BREWING) to limit to just recipes of that type. Brewing recipes are only supported on Paper, and only custom ones are available. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/ItemTag.java#L679 |