Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/minecraft.strength.json
DaanV2 9f4342e97c Moved
2021-10-08 12:59:03 +02:00

13 lines
496 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.strength",
"description": "Defines the entity's strength to carry items.",
"type": "object",
"title": "Strength 1.16.0",
"additionalProperties": false,
"properties": {
"max": { "type": "integer", "default": 5, "description": "The maximum strength of this entity", "title": "Maximum" },
"value": { "type": "integer", "default": 1, "description": "The initial value of the strength", "title": "Value" }
}
}