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 5f8a387c..f95c2f43 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": "../../../entities/1.16.0/filters.json" } }, - { "type": "object", "$ref": "../../../entities/1.16.0/filters.json" } + { "type": "array", "items": { "$ref": "../../../filters/filters.json" } }, + { "type": "object", "$ref": "../../../filters/filters.json" } ] } diff --git a/source/behavior/spawn_rules/1.8.0/components/minecraft.biome_filter.json b/source/behavior/spawn_rules/1.8.0/components/minecraft.biome_filter.json index 586d5584..0f883200 100644 --- a/source/behavior/spawn_rules/1.8.0/components/minecraft.biome_filter.json +++ b/source/behavior/spawn_rules/1.8.0/components/minecraft.biome_filter.json @@ -3,7 +3,7 @@ "title": "Biome Filter 1.8.0", "description": "TODO", "oneOf": [ - { "type": "array", "items": { "$ref": "../../../entities/1.16.0/filters.json" } }, - { "type": "object", "$ref": "../../../entities/1.16.0/filters.json" } + { "type": "array", "items": { "$ref": "../../../filters/filters.json" } }, + { "type": "object", "$ref": "../../../filters/filters.json" } ] }