Files
minecraft-bedrock-json-schemas/source/behavior/loot_tables/functions/set_data.json
2021-07-01 16:37:41 +02:00

26 lines
870 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",
"oneOf": [
{ "type": "integer" },
{
"type": "object",
"properties": {
"min": { "type": "integer", "title": "Minimum", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"max": { "type": "integer", "title": "Maximum", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
}
]
}
}
}