Added base examples

This commit is contained in:
DaanV2
2021-10-11 18:13:12 +02:00
parent 67ccb3d2d1
commit 7ab7193fa6
150 changed files with 2627 additions and 556 deletions

View File

@@ -5,8 +5,12 @@
"description": "Allows the mob to move back into lava when on land.",
"additionalProperties": false,
"properties": {
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
"priority": {
"$ref": "types/priority.json"
},
"speed_multiplier": {
"$ref": "types/speed_multiplier.json"
},
"cooldown_max": {
"type": "number",
"default": 0,
@@ -43,5 +47,13 @@
"$comment": "UNDOCUMENTED",
"title": "Wake Mob Exceptions"
}
}
}
},
"examples": [
{
"cooldown_max": 0,
"cooldown_min": 0,
"mob_detect_dist": 6,
"mob_detect_height": 6
}
]
}