auto: Formatted documents
This commit is contained in:
@@ -19,8 +19,18 @@
|
||||
"description": "Modifies the chance that the entity will teleport if the entity is in daylight",
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"max_random_teleport_time": { "type": "number", "default": 20, "description": "Maximum amount of time in seconds between random teleports", "title": "TODO Title" },
|
||||
"min_random_teleport_time": { "type": "number", "default": 0, "description": "Minimum amount of time in seconds between random teleports", "title": "TODO Title" },
|
||||
"max_random_teleport_time": {
|
||||
"type": "number",
|
||||
"default": 20,
|
||||
"description": "Maximum amount of time in seconds between random teleports",
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"min_random_teleport_time": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Minimum amount of time in seconds between random teleports",
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"random_teleport_cube": {
|
||||
"type": "array",
|
||||
"default": [32.0, 16.0, 32.0],
|
||||
@@ -33,7 +43,12 @@
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"random_teleports": { "type": "boolean", "default": true, "description": "If true, the entity will teleport randomly", "title": "TODO Title" },
|
||||
"target_distance": { "type": "number", "default": 16, "description": "Maximum distance the entity will teleport when chasing a target", "title": "TODO Title" },
|
||||
"target_distance": {
|
||||
"type": "number",
|
||||
"default": 16,
|
||||
"description": "Maximum distance the entity will teleport when chasing a target",
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"target_teleport_chance": {
|
||||
"type": "number",
|
||||
"default": 1,
|
||||
|
||||
Reference in New Issue
Block a user