Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/follow_range.json

29 lines
579 B
JSON
Raw Normal View History

2021-10-08 12:59:03 +02:00
{
2021-10-08 13:04:13 +02:00
"$id": "blockception.minecraft.behavior.entities.minecraft.follow_range",
2021-10-08 12:59:03 +02:00
"type": "object",
2021-10-08 13:04:13 +02:00
"title": "Follow Range",
2021-10-08 12:59:03 +02:00
"additionalProperties": false,
"required": [],
"properties": {
2021-10-11 18:10:42 +02:00
"value": {
"type": "integer",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2021-10-11 18:10:42 +02:00
"$comment": "UNDOCUMENTED",
"title": "Value"
},
"max": {
"type": "integer",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2021-10-11 18:10:42 +02:00
"$comment": "UNDOCUMENTED",
"title": "Max"
}
2021-10-08 12:59:03 +02:00
},
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2021-10-11 18:10:42 +02:00
"examples": [
{
"value": 0,
"max": 0
}
]
2021-10-08 12:59:03 +02:00
}