Updated
This commit is contained in:
@@ -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" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user