Files
minecraft-bedrock-json-schemas/source/behaviour/loot_tables/functions/fill_container.json
2021-03-21 15:18:38 +01:00

12 lines
519 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.loot_tables.fill_container",
"additionalProperties": false,
"description": "The function fill_container",
"title": "Fill Container",
"properties": {
"function": { "type": "string", "const": "fill_container", "title": "Function", "description": "TODO description" },
"loot_table": { "type": "string", "title": "Loot Table", "pattern": "^loot_tables/.*\\.json$", "description": "TODO description" }
}
}