23 lines
601 B
JSON
23 lines
601 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": "UNDOCUMENTED",
|
|
"$comment": "UNDOCUMENTED"
|
|
},
|
|
"loot_table": {
|
|
"type": "string",
|
|
"title": "Loot Table",
|
|
"pattern": "^loot_tables/.*\\.json$",
|
|
"description": "UNDOCUMENTED",
|
|
"$comment": "UNDOCUMENTED"
|
|
}
|
|
}
|
|
}
|