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

13 lines
480 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.follow_range",
"type": "object",
"title": "Follow Range 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {
2021-07-01 16:37:41 +02:00
"value": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Value" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Max" }
2021-06-06 10:07:19 +00:00
},
2021-07-02 13:05:57 +02:00
"description": "UNDOCUMENTED: "
2021-06-06 10:07:19 +00:00
}