Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/follow_range.json
2021-10-11 18:10:42 +02:00

29 lines
578 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
}
]
}