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

18 lines
606 B
JSON

{
"$id": "blockception.minecraft.behavior.loot_tables.set_data",
"additionalProperties": false,
"description": "The function set_data",
"title": "Set Data",
"properties": {
"function": { "type": "string", "const": "set_data", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"data": {
"title": "Data",
"oneOf": [
{ "type": "integer" },
{ "type": "object", "properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } } }
],
"description": "UNDOCUMENTATED"
}
}
}