Files
minecraft-bedrock-json-schemas/source/behavior/loot_tables/functions/fill_container.json
2021-06-06 10:07:19 +00:00

11 lines
473 B
JSON

{
"$id": "blockception.minecraft.behavior.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" }
}
}