Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/attack_damage.json
2021-11-16 13:42:54 +01:00

21 lines
406 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.attack_damage",
"type": "object",
"title": "Attack Damage",
"additionalProperties": false,
"required": ["value"],
"properties": {
"value": {
"type": "number",
"description": "UNDOCUMENTED: value",
"title": "Value"
}
},
"description": "UNDOCUMENTED",
"examples": [
{
"value": 0.0
}
]
}