{ "$id": "blockception.minecraft.behavior.entities.minecraft.follow_range", "type": "object", "title": "Follow Range", "additionalProperties": false, "required": [], "properties": { "value": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Value" }, "max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Max" } }, "description": "UNDOCUMENTED", "examples": [ { "value": 0, "max": 0 } ] }