Files
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

17 lines
532 B
JSON

{
"$id": "blockception.minecraft.behavior.loot_tables.set_data",
"additionalProperties": false,
"description": "The function set_data.",
"title": "Set Data",
"type": "object",
"properties": {
"function": { "type": "string", "const": "set_data", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" },
"data": {
"title": "Data",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"$ref": "../../../general/int_or_range.json"
}
}
}