Updated
This commit is contained in:
@@ -11,14 +11,14 @@
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true,
|
"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",
|
"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": {
|
"set_persistent": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
"description": "Allows the actor to be set to persist upon targeting a player",
|
"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",
|
"title": "Look Time",
|
||||||
"items": [{ "type": "integer" }, { "type": "integer" }]
|
"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