Updated filter reference

This commit is contained in:
DaanV2
2021-06-03 14:02:28 +02:00
parent f7d88464d1
commit 8481a485ba
74 changed files with 131 additions and 84 deletions

View File

@@ -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"
}
},

View File

@@ -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"
}
}

View File

@@ -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,