Files
minecraft-bedrock-json-schemas/source/behavior/recipes/1.12.0/recipes.json

21 lines
842 B
JSON
Raw Normal View History

2020-11-01 17:22:42 +01:00
{
2021-04-04 13:52:35 +02:00
"$id": "blockception.minecraft.behavior.1.12.0.recipe",
2020-11-01 17:22:42 +01:00
"description": "Minecraft recipe 1.12.0",
"required": ["format_version"],
"additionalProperties": false,
"minProperties": 2,
"title": "Recipe",
"properties": {
"format_version": {
"type": "string",
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
2021-03-21 15:18:38 +01:00
"title": "Format Version"
2020-11-01 17:22:42 +01:00
},
"minecraft:recipe_furnace": { "$ref": "./types/furnace.json" },
"minecraft:recipe_brewing_container": { "$ref": "./types/recipe_brewing_container.json" },
"minecraft:recipe_brewing_mix": { "$ref": "./types/recipe_brewing_mix.json" },
"minecraft:recipe_shaped": { "$ref": "./types/recipe_shaped.json" },
"minecraft:recipe_shapeless": { "$ref": "./types/recipe_shapeless.json" }
}
}