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

19 lines
669 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.loot_tables.set_count",
"additionalProperties": false,
"description": "The function set_count",
"title": "Set Count",
"properties": {
2021-07-01 11:35:53 +02:00
"function": { "type": "string", "const": "set_count", "title": "Function", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
2021-06-06 10:07:19 +00:00
"count": {
"title": "Count",
2021-07-01 11:35:53 +02:00
"oneOf": [
{ "type": "integer" },
{ "type": "object", "properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } } }
],
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
2021-06-06 10:07:19 +00:00
}
}
}