From 1322a563854151d22a30a940ee93ff735d81550d Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 3 Jun 2021 14:40:56 +0200 Subject: [PATCH] Last fix???? --- .../spawn_rules/1.11.0/components/minecraft.biome_filter.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ] }