Updated filter reference
This commit is contained in:
@@ -11,7 +11,10 @@
|
||||
"type": "object",
|
||||
"title": "Entity Spawn",
|
||||
"properties": {
|
||||
"filters": { "description": "If present, the specified entity will only spawn if the filter evaluates to true", "$ref": "../filters.json" },
|
||||
"filters": {
|
||||
"description": "If present, the specified entity will only spawn if the filter evaluates to true",
|
||||
"$ref": "../../filters/filters.json"
|
||||
},
|
||||
"max_wait_time": {
|
||||
"type": "integer",
|
||||
"default": 600,
|
||||
|
||||
Reference in New Issue
Block a user