diff --git a/source/behavior/spawn_rules/1.11.0/components/minecraft.biome_filter.json b/source/behavior/spawn_rules/1.11.0/components/minecraft.biome_filter.json index f95c2f43..37bf2696 100644 --- a/source/behavior/spawn_rules/1.11.0/components/minecraft.biome_filter.json +++ b/source/behavior/spawn_rules/1.11.0/components/minecraft.biome_filter.json @@ -3,7 +3,7 @@ "title": "Biome Filter 1.11.0", "description": "TODO", "oneOf": [ - { "type": "array", "items": { "$ref": "../../../filters/filters.json" } }, - { "type": "object", "$ref": "../../../filters/filters.json" } + { "type": "array", "items": { "$ref": "../../../entities/filters/filters.json" } }, + { "type": "object", "$ref": "../../../entities/filters/filters.json" } ] }