15 lines
434 B
JSON
15 lines
434 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.behaviour.recipes",
|
|
"allOf": [
|
|
{
|
|
"if": { "properties": { "format_version": { "type": "string", "const": "1.12" } } },
|
|
"then": { "$ref": "1.12.0/recipes.json" }
|
|
},
|
|
{
|
|
"if": { "properties": { "format_version": { "type": "string", "const": "1.12.0" } } },
|
|
"then": { "$ref": "1.12.0/recipes.json" }
|
|
}
|
|
]
|
|
}
|