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

23 lines
601 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.loot_tables.fill_container",
"additionalProperties": false,
"description": "The function fill_container",
"title": "Fill Container",
"properties": {
2021-07-01 16:35:56 +02:00
"function": {
"type": "string",
"const": "fill_container",
"title": "Function",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
2021-07-01 11:35:53 +02:00
"loot_table": {
"type": "string",
"title": "Loot Table",
"pattern": "^loot_tables/.*\\.json$",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
2021-06-06 10:07:19 +00:00
}
}