Moved to source folder
This commit is contained in:
21
source/behaviour/recipes/1.12.0/recipes.json
Normal file
21
source/behaviour/recipes/1.12.0/recipes.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.1.12.0.recipe",
|
||||
"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.",
|
||||
"title": "Format version"
|
||||
},
|
||||
"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" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user