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

29 lines
722 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.loot_tables.set_count",
"additionalProperties": false,
2021-11-20 21:02:56 +01:00
"type": "object",
2022-07-22 19:41:04 +02:00
"description": "The function set_count.",
2021-06-06 10:07:19 +00:00
"title": "Set Count",
"properties": {
2024-01-06 23:15:13 +01:00
"add": {
"title": "Add",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "boolean"
},
2021-07-01 16:35:56 +02:00
"function": {
"type": "string",
"const": "set_count",
"title": "Function",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2021-07-01 16:35:56 +02:00
"$comment": "UNDOCUMENTED"
},
2021-06-06 10:07:19 +00:00
"count": {
"title": "Count",
"$ref": "../../../general/int_or_range.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
}
}
}