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

13 lines
468 B
JSON
Raw Normal View History

2021-10-08 12:59:03 +02:00
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.follow_range",
"type": "object",
"title": "Follow Range 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {
"value": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Value" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Max" }
},
"description": "UNDOCUMENTED: "
}