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

26 lines
882 B
JSON

{
"$id": "blockception.minecraft.behavior.loot_tables.set_damage",
"additionalProperties": false,
"description": "The function set_damage",
"title": "Set Damage",
"type": "object",
"properties": {
"function": { "type": "string", "const": "set_damage", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
"damage": {
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Damage",
"oneOf": [
{ "type": "integer" },
{
"type": "object",
"properties": {
"min": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Minimum" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Maximum" }
}
}
]
}
}
}