#(xamotex1000) get a list of all recipes and how you craft them
14 messages · Page 1 of 1 (latest)
(xamotex1000) get a list of all recipes and how you craft them
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
Returns a list of all recipe IDs on the server.
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, CAMPFIRE, STONECUTTING, SMITHING, BREWING)
to limit to just recipes of that type.
Brewing recipes are only supported on Paper, and only custom ones are available.
Note: this will produce an error if all recipes of any one type have been removed from the server, due to an error in Spigot.
ListTag
again, i want to exclude vanilla recipes
Ah
only denizen recipes
ok figured that out with <server.recipe_ids.filter[contains[denizen:]]>
now i need to actually get the recipe though, like ingredients and stuff
!t server.recipe_items
Returns a list of the items used as input to the recipe within the input ID.
This is formatted equivalently to the item script recipe input, with "material:" for non-exact matches, and a full ItemTag for exact matches.
Note that this won't represent all recipes perfectly (primarily those with multiple input choices per slot).
Brewing recipes are only supported on Paper, and only custom ones are available.
For brewing recipes, currently "matcher:<item matcher>" input options are only supported in...
ListTag(ItemTag)