Files
minecraft-bedrock-json-schemas/source/behaviour/entities/1.8.0/components/minecraft.foot_size.json
2021-02-01 18:39:12 +01:00

18 lines
502 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.foot_size",
"type": "object",
"title": "Foot size 1.8.0",
"additionalProperties": false,
"description": "Sets the number of blocks the entity can step without jumping.",
"required": [],
"properties": {
"value": {
"type": "number",
"default": 0.5,
"description": "The value of the size of the entity's step",
"title": "Value"
}
}
}