Updated filter reference
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
},
|
||||
"filters": {
|
||||
"description": "The filters to use when determining if this potion can be selected.",
|
||||
"$ref": "../filters.json",
|
||||
"$ref": "../../filters/filters.json",
|
||||
"title": "Filters"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
},
|
||||
"filters": {
|
||||
"description": "Filter to determine the conditions for this mob to look at the entity",
|
||||
"$ref": "../filters.json",
|
||||
"$ref": "../../filters/filters.json",
|
||||
"title": "Filters"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"default": true,
|
||||
"description": "If true, the mob will do the casting animations and render spell particles"
|
||||
},
|
||||
"filters": { "$ref": "../filters.json" },
|
||||
"filters": { "$ref": "../../filters/filters.json" },
|
||||
"max_activation_range": {
|
||||
"type": "number",
|
||||
"default": -1,
|
||||
|
||||
Reference in New Issue
Block a user