Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/attack_damage.json
2022-07-22 19:41:04 +02:00

21 lines
408 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
}
]
}