getRecipes
Retrieve crafting recipes in Minecraft by filtering items. Use this tool to quickly find and manage available recipes, enhancing inventory and crafting efficiency in remote server gameplay.
Instructions
Get a list of available crafting recipes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | No | Filter recipes by item name |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"filter": {
"description": "Filter recipes by item name",
"type": "string"
}
},
"type": "object"
}