From f9f29edd56ff45411db20743ae7a36f999e63ca3 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 3 Jun 2021 14:38:27 +0200 Subject: [PATCH] Fixing filter references --- .../spawn_rules/1.11.0/components/minecraft.biome_filter.json | 4 ++-- .../spawn_rules/1.8.0/components/minecraft.biome_filter.json | 4 ++-- 2 files changed, 4 insertions(+), 4 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 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" } ] }