Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.8.0/components/minecraft.strength.json
2021-05-26 01:23:51 +02:00

13 lines
511 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.strength",
"description": "Defines the entity's strength to carry items.",
"type": "object",
"title": "Strength 1.8.0",
"additionalProperties": false,
"required": [],
"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" }
}
}