{ "$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" } } }