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

18 lines
721 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.loot_tables.furnace_smelt",
"additionalProperties": false,
2021-11-20 21:02:56 +01:00
"type": "object",
2021-09-01 20:30:43 +02:00
"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",
2021-06-06 10:07:19 +00:00
"title": "Furnace Smelt",
"properties": {
2021-07-01 16:37:41 +02:00
"function": { "type": "string", "const": "furnace_smelt", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
2021-07-01 11:35:53 +02:00
"conditions": {
"title": "Conditions",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": { "$ref": "../conditions.json" }
}
2021-06-06 10:07:19 +00:00
}
}