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