Files
minecraft-bedrock-json-schemas/source/behaviour/loot_tables/functions/furnace_smelt.json

12 lines
509 B
JSON
Raw Normal View History

2020-11-01 17:22:42 +01:00
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.loot_tables.furnace_smelt",
"additionalProperties": false,
"description": "The function furnace_smelt",
2021-03-21 15:18:38 +01:00
"title": "Furnace Smelt",
2020-11-01 17:22:42 +01:00
"properties": {
2021-03-21 15:18:38 +01:00
"function": { "type": "string", "const": "furnace_smelt", "description": "TODO description", "title": "TODO Title" },
"conditions": { "title": "Conditions", "description": "TODO", "type": "array", "items": { "$ref": "../conditions.json" } }
2020-11-01 17:22:42 +01:00
}
}