Update nap.json
Reorganised
This commit is contained in:
@@ -8,40 +8,40 @@
|
|||||||
"priority": { "$ref": "types/priority.json" },
|
"priority": { "$ref": "types/priority.json" },
|
||||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||||
"cooldown_max": {
|
"cooldown_max": {
|
||||||
|
"title": "Cooldown Max",
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"description": "Maximum time in seconds the mob has to wait before using the goal again",
|
"description": "Maximum time in seconds the mob has to wait before using the goal again"
|
||||||
"title": "Cooldown Max"
|
|
||||||
},
|
},
|
||||||
"cooldown_min": {
|
"cooldown_min": {
|
||||||
|
"title": "Cooldown Min",
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"description": "Minimum time in seconds the mob has to wait before using the goal again",
|
"description": "Minimum time in seconds the mob has to wait before using the goal again"
|
||||||
"title": "Cooldown Min"
|
|
||||||
},
|
},
|
||||||
"mob_detect_dist": {
|
"mob_detect_dist": {
|
||||||
|
"title": "Mob Detect Dist",
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": 6,
|
"default": 6,
|
||||||
"description": "The block distance in x and z that will be checked for mobs that this mob detects",
|
"description": "The block distance in x and z that will be checked for mobs that this mob detects"
|
||||||
"title": "Mob Detect Dist"
|
|
||||||
},
|
},
|
||||||
"mob_detect_height": {
|
"mob_detect_height": {
|
||||||
|
"title": "Mob Detect Height",
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": 6,
|
"default": 6,
|
||||||
"description": "The block distance in y that will be checked for mobs that this mob detects",
|
"description": "The block distance in y that will be checked for mobs that this mob detects"
|
||||||
"title": "Mob Detect Height"
|
|
||||||
},
|
},
|
||||||
"can_nap_filters": {
|
"can_nap_filters": {
|
||||||
|
"title": "Can Nap Filters",
|
||||||
"$ref": "../../filters/filters.json",
|
"$ref": "../../filters/filters.json",
|
||||||
"description": "The filters that need to be met for the nap to take place",
|
"description": "The filters that need to be met for the nap to take place",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED"
|
||||||
"title": "Can Nap Filters"
|
|
||||||
},
|
},
|
||||||
"wake_mob_exceptions": {
|
"wake_mob_exceptions": {
|
||||||
|
"title": "Wake Mob Exceptions",
|
||||||
"$ref": "../../filters/filters.json",
|
"$ref": "../../filters/filters.json",
|
||||||
"description": "Filters that can trigger the entity to wake up from it nap",
|
"description": "Filters that can trigger the entity to wake up from it nap",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED"
|
||||||
"title": "Wake Mob Exceptions"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"examples": [
|
"examples": [
|
||||||
|
|||||||
Reference in New Issue
Block a user