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

29 lines
728 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.loot_tables.set_damage",
"additionalProperties": false,
2022-07-22 19:41:04 +02:00
"description": "The function set_damage.",
2021-06-06 10:07:19 +00:00
"title": "Set Damage",
2021-06-09 11:12:18 +02:00
"type": "object",
2021-06-06 10:07:19 +00:00
"properties": {
2024-01-06 23:15:13 +01:00
"add": {
"title": "Add",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "boolean"
},
"function": {
"type": "string",
"const": "set_damage",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"title": "Function"
},
2021-06-06 10:07:19 +00:00
"damage": {
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-09 11:12:18 +02:00
"title": "Damage",
"$ref": "../../../general/int_or_range.json"
2021-06-06 10:07:19 +00:00
}
}
}