Files
minecraft-bedrock-json-schemas/source/behavior/loot_tables/functions/set_count.json
Piotr Brzozowski cbd0262612 Update loot table schemas (#391)
* update loot table schemas

* remove entity_properties and use new int_or_range definition

* remove entity_properties from conditions.json as well
2025-10-15 19:48:05 +02:00

29 lines
722 B
JSON

{
"$id": "blockception.minecraft.behavior.loot_tables.set_count",
"additionalProperties": false,
"type": "object",
"description": "The function set_count.",
"title": "Set Count",
"properties": {
"add": {
"title": "Add",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "boolean"
},
"function": {
"type": "string",
"const": "set_count",
"title": "Function",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED"
},
"count": {
"title": "Count",
"$ref": "../../../general/int_or_range.json",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED"
}
}
}