This commit is contained in:
DaanV2
2021-06-19 15:10:35 +02:00
parent 80d7c367c8
commit ec60c28963
2 changed files with 4 additions and 4 deletions

View File

@@ -11,14 +11,14 @@
"type": "boolean",
"default": true,
"description": "If true, the mob will only jump at its target if its on the ground. Setting it to false will allow it to jump even if its already in the air",
"title": "TODO Title"
"title": "Must Be On Ground"
},
"set_persistent": {
"type": "boolean",
"default": false,
"description": "Allows the actor to be set to persist upon targeting a player",
"title": "TODO Title"
"title": "Set Persistent"
},
"yd": { "type": "number", "default": 0, "description": "The height in blocks the mob jumps when leaping at its target", "title": "TODO Title" }
"yd": { "type": "number", "default": 0, "description": "The height in blocks the mob jumps when leaping at its target", "title": "Yd" }
}
}

View File

@@ -39,6 +39,6 @@
"title": "Look Time",
"items": [{ "type": "integer" }, { "type": "integer" }]
},
"target_distance": { "type": "number", "description": "UNDOCUMENTED", "title": "TODO" }
"target_distance": { "type": "number", "description": "UNDOCUMENTED", "title": "Target Distance" }
}
}