26 lines
875 B
JSON
26 lines
875 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" }
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|