Files
minecraft-bedrock-json-schemas/source/behavior/loot_tables/functions/furnace_smelt.json
2022-07-22 19:41:04 +02:00

18 lines
723 B
JSON

{
"$id": "blockception.minecraft.behavior.loot_tables.furnace_smelt",
"additionalProperties": false,
"type": "object",
"description": "If the item to return has a smelted crafting recipe and the loot table is triggered by an entity killed with fire. the result will be the smelted version of the item",
"title": "Furnace Smelt",
"properties": {
"function": { "type": "string", "const": "furnace_smelt", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" },
"conditions": {
"title": "Conditions",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": { "$ref": "../conditions.json" }
}
}
}