24 lines
579 B
JSON
24 lines
579 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.behaviour.loot_tables.furnace_smelt",
|
|
"additionalProperties": false,
|
|
"description": "The function furnace_smelt",
|
|
"title": "Furnace smelt",
|
|
"properties": {
|
|
"function": {
|
|
"type": "string",
|
|
"const": "furnace_smelt",
|
|
"description": "TODO description",
|
|
"title": "TODO title"
|
|
},
|
|
"conditions": {
|
|
"title": "Conditions",
|
|
"description": "TODO",
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "../conditions.json"
|
|
}
|
|
}
|
|
}
|
|
}
|