Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.8.0/components/minecraft.follow_range.json
2021-07-01 16:37:41 +02:00

13 lines
482 B
JSON

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