diff --git a/source/behavior/spawn_rules/components/biome_filter.json b/source/behavior/spawn_rules/components/biome_filter.json index 22e1c301..c74bc426 100644 --- a/source/behavior/spawn_rules/components/biome_filter.json +++ b/source/behavior/spawn_rules/components/biome_filter.json @@ -4,7 +4,7 @@ "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "oneOf": [ - { "type": "array", "items": { "$ref": "../../../entities/filters/filters.json" } }, - { "type": "object", "$ref": "../../../entities/filters/filters.json" } + { "type": "array", "items": { "$ref": "../../../../entities/filters/filters.json" } }, + { "type": "object", "$ref": "../../../../entities/filters/filters.json" } ] }