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

26 lines
963 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.loot_tables.set_damage",
"additionalProperties": false,
"description": "The function set_damage",
"title": "Set Damage",
2021-06-09 11:12:18 +02:00
"type": "object",
2021-06-06 10:07:19 +00:00
"properties": {
2021-07-01 16:37:41 +02:00
"function": { "type": "string", "const": "set_damage", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
2021-06-06 10:07:19 +00:00
"damage": {
2021-06-16 16:19:12 +02:00
"description": "UNDOCUMENTED",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-09 11:12:18 +02:00
"title": "Damage",
2021-06-06 10:07:19 +00:00
"oneOf": [
2021-11-20 20:56:23 +01:00
{ "type": "number", "minimum": 0, "maximum": 1 },
2021-06-09 11:12:18 +02:00
{
"type": "object",
"properties": {
2021-11-20 20:56:23 +01:00
"min": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Minimum", "minimum": 0, "maximum": 1 },
"max": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Maximum", "minimum": 0, "maximum": 1 }
2021-06-09 11:12:18 +02:00
}
}
]
2021-06-06 10:07:19 +00:00
}
}
}