Update nap.json

Reorganised
This commit is contained in:
ChibiMango
2022-07-13 22:39:45 +01:00
parent 1a6cd072b0
commit 36e75f0d70

View File

@@ -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": [