-
Notifications
You must be signed in to change notification settings - Fork 31
/
recipes.json
1 lines (1 loc) · 7.49 KB
/
recipes.json
1
{"$id":"blockception.minecraft.behavior.1.12.0.recipe","description":"Minecraft recipe","required":["format_version"],"additionalProperties":false,"minProperties":2,"type":"object","title":"Recipe","descreiption":"A recipe is a set of ingredients and a result that can be crafted using a crafting table, furnace, brewing stand, or stonecutter.","properties":{"format_version":{"type":"string","description":"A version that tells minecraft what type of data format can be expected when reading this file.","title":"Format Version"},"minecraft:recipe_furnace":{"$ref":"#/definitions/A"},"minecraft:recipe_brewing_container":{"$ref":"#/definitions/E"},"minecraft:recipe_brewing_mix":{"$ref":"#/definitions/F"},"minecraft:recipe_shaped":{"$ref":"#/definitions/G"},"minecraft:recipe_shapeless":{"$ref":"#/definitions/I"},"minecraft:recipe_smithing_transform":{"$ref":"#/definitions/J"}},"definitions":{"B":{"description":"Recipe definition 1.12.0","title":"Definition","type":"object","properties":{"identifier":{"type":"string","pattern":"[a-z0-9_:\\-]+","title":"Recipe Identifier","description":"UNDOCUMENTED.","$comment":"UNDOCUMENTED"}},"additionalProperties":false},"C":{"description":"Recipe Tags","title":"Tags","type":"array","items":{"type":"string","title":"Tag","examples":["crafting_table","furnace","smoker","blast_furnace","campfire","soul_campfire","brewing_stand","smithing_table","deprecated"]}},"D_item":{"oneOf":[{"required":["item"],"properties":{"item":{"type":"string","title":"Item","description":"The item to unlock"},"data":{"type":"integer","title":"Data","description":"The data of the item to unlock"}}},{"required":["tag"],"properties":{"tag":{"type":"string","title":"Item Tag","description":"The item to unlock","examples":["minecraft:planks","minecraft:wooden_slabs"]}}}]},"D":{"title":"Unlock","description":"Unlock achievement","oneOf":[{"type":"object","required":["context"],"properties":{"context":{"type":"string","title":"Context","description":"The context of the achievement to unlock"}}},{"type":"array","items":{"$ref":"#/definitions/D_item"}}]},"A":{"description":"Represents a furnace recipe for a furnace.'Input` items will burn and transform into items specified in `output`..","title":"Furnace Recipe","additionalProperties":false,"required":["description"],"type":"object","properties":{"description":{"$ref":"#/definitions/B"},"tags":{"$ref":"#/definitions/C"},"input":{"type":"string","description":"Items used as input for the furnace recipe.","title":"Input"},"output":{"type":"string","description":"Items used as output for the furnace recipe.","title":"Output"},"unlock":{"$ref":"#/definitions/D"}}},"E":{"description":"Represents a Potion Brewing Container Recipe..","title":"Brewing Recipe 1.12.0","additionalProperties":false,"required":["description"],"type":"object","properties":{"description":{"$ref":"#/definitions/B"},"tags":{"$ref":"#/definitions/C"},"unlock":{"$ref":"#/definitions/D"},"input":{"type":"string","description":"Input potion used on the brewing stand.","title":"Input"},"output":{"type":"string","description":"Output potion from mixing the input potion with the reagent on the brewing stand.","title":"Output"},"reagent":{"type":"string","description":"Item used to mix with the input potion.","title":"Reagent"}}},"F":{"description":"Represents a Potion Brewing Container Recipe..","title":"Brewing Recipe 1.12.0","additionalProperties":false,"required":["description"],"type":"object","properties":{"description":{"$ref":"#/definitions/B"},"tags":{"$ref":"#/definitions/C"},"unlock":{"$ref":"#/definitions/D"},"input":{"type":"string","description":"Input potion used on the brewing stand.","title":"Input"},"output":{"type":"string","description":"Output potion from mixing the input potion with the reagent on the brewing stand.","title":"Output"},"reagent":{"type":"string","description":"Item used to mix with the input potion.","title":"Reagent"}}},"H":{"description":"Recipe item 1.12.0","title":"Item","oneOf":[{"type":"string","title":"Item Identifier"},{"additionalProperties":false,"type":"object","required":["item"],"properties":{"item":{"type":"string","title":"Item Identifier"},"data":{"type":"integer","minimum":0,"title":"Item Data Value"},"count":{"type":"integer","minimum":1,"default":1,"title":"Count"}}},{"required":["tag"],"properties":{"tag":{"type":"string","title":"Item Tag","description":"The item to unlock","examples":["minecraft:planks","minecraft:wooden_slabs"]}}}]},"G":{"description":"Represents a shaped crafting recipe for a crafting table. The key used in the pattern may be any single character except the `space` character, which is reserved for empty slots in a recipe..","title":"Shaped Recipe","additionalProperties":false,"required":["description","tags"],"type":"object","properties":{"description":{"$ref":"#/definitions/B"},"tags":{"$ref":"#/definitions/C"},"unlock":{"$ref":"#/definitions/D"},"key":{"type":"object","description":"Patten key character mapped to item names.","title":"Key","minProperties":1,"additionalProperties":{"$ref":"#/definitions/H"}},"group":{"type":"string","title":"Group","description":"UNDOCUMENTED.","$comment":"UNDOCUMENTED"},"pattern":{"type":"array","description":"Characters that represent a pattern to be defined by keys.","title":"Pattern","maxItems":3,"minItems":1,"items":{"type":"string","title":"Pattern"}},"priority":{"type":"integer","description":"Item used as output for the furnace recipe.","title":"Priority"},"result":{"description":"When input items match the pattern then these items are the result.","title":"Result","oneOf":[{"$ref":"#/definitions/H"},{"type":"array","items":{"$ref":"#/definitions/H"}}]},"assume_symmetry":{"type":"boolean","title":"Assume Symmetry","description":"Used to automatically assume a symmetrical recipe should return the same resultUsed to automatically assume a symmetrical recipe should return the same result","default":true}}},"I":{"description":"Represents a shapeless crafting recipe..","title":"Shapeless Recipe 1.12.0","additionalProperties":false,"required":["description"],"type":"object","properties":{"description":{"$ref":"#/definitions/B"},"tags":{"$ref":"#/definitions/C"},"unlock":{"$ref":"#/definitions/D"},"ingredients":{"description":"Items used as input (without a shape) for the recipe.","title":"Ingredients","type":"array","items":{"$ref":"#/definitions/H"}},"group":{"type":"string","title":"Group","description":"UNDOCUMENTED.","$comment":"UNDOCUMENTED"},"priority":{"type":"integer","description":"Item used as output for the furnace recipe.","title":"Priority"},"result":{"description":"When input items match the pattern then these items are the result.","title":"Result","oneOf":[{"$ref":"#/definitions/H"},{"type":"array","items":{"$ref":"#/definitions/H"}}]}}},"J":{"description":"Represents a smithing table crafting recipe..","title":"Smithing Transform Recipe 1.12.0","additionalProperties":false,"required":["description"],"type":"object","properties":{"description":{"$ref":"#/definitions/B"},"tags":{"$ref":"#/definitions/C"},"unlock":{"$ref":"#/definitions/D"},"base":{"description":"Item used as base for the smithing recipe.","title":"Base","oneOf":[{"$ref":"#/definitions/H"},{"type":"array","items":{"$ref":"#/definitions/H"}}]},"addition":{"description":"Item used as addition for the smithing recipe.","title":"Addition","oneOf":[{"$ref":"#/definitions/H"},{"type":"array","items":{"$ref":"#/definitions/H"}}]},"result":{"description":"When input items match the pattern then these items are the result.","title":"Result","oneOf":[{"$ref":"#/definitions/H"},{"type":"array","items":{"$ref":"#/definitions/H"}}]}}}}}