25 lines
763 B
JSON
25 lines
763 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", "title": "Function" },
|
|
"damage": {
|
|
"description": "UNDOCUMENTED",
|
|
"title": "Damage",
|
|
"oneOf": [
|
|
{ "type": "integer" },
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"min": { "type": "integer", "description": "UNDOCUMENTED", "title": "Minimum" },
|
|
"max": { "type": "integer", "description": "UNDOCUMENTED", "title": "Maximum" }
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|