Removed minecraft.
This commit is contained in:
12
source/behavior/entities/format/components/follow_range.json
Normal file
12
source/behavior/entities/format/components/follow_range.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"$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: "
|
||||
}
|
||||
Reference in New Issue
Block a user