Added base examples
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"priority": {
|
||||
"$ref": "./types/priority.json"
|
||||
},
|
||||
"start_distance": {
|
||||
"type": "number",
|
||||
"default": 10,
|
||||
@@ -19,5 +21,11 @@
|
||||
"description": "This mob stops swelling when a target has moved away at least this many blocks",
|
||||
"title": "Stop Distance"
|
||||
}
|
||||
}
|
||||
},
|
||||
"examples": [
|
||||
{
|
||||
"start_distance": 10,
|
||||
"stop_distance": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user