Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/follow_range.json
2022-07-22 19:41:04 +02:00

29 lines
579 B
JSON

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