Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/minecraft.attack_damage.json
2021-10-08 13:04:13 +02:00

10 lines
328 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: "
}