From 6169c04686a7546fe290a03456981c1fe0fc72fc Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sat, 5 Jun 2021 21:57:36 +0200 Subject: [PATCH] Fixed 1.17 -> 1.13 --- source/behavior/feature_rules/feature_rules.json | 2 +- source/behavior/features/features.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/behavior/feature_rules/feature_rules.json b/source/behavior/feature_rules/feature_rules.json index 9c24b514..d9f9a6c1 100644 --- a/source/behavior/feature_rules/feature_rules.json +++ b/source/behavior/feature_rules/feature_rules.json @@ -15,7 +15,7 @@ } ], "allOf": [ - { "if": { "properties": { "format_version": { "type": "string", "const": "1.17.0" } } }, "then": { "$ref": "./1.17.0/feature_rules.json" } }, + { "if": { "properties": { "format_version": { "type": "string", "const": "1.13.0" } } }, "then": { "$ref": "./1.13.0/feature_rules.json" } }, { "properties": { "format_version": { "$ref": "../../general/format_version.json" } } } ] } diff --git a/source/behavior/features/features.json b/source/behavior/features/features.json index ec4dbf2b..c1cd2fc9 100644 --- a/source/behavior/features/features.json +++ b/source/behavior/features/features.json @@ -10,7 +10,7 @@ } ], "allOf": [ - { "if": { "properties": { "format_version": { "type": "string", "const": "1.17.0" } } }, "then": { "$ref": "./1.17.0/features.json" } }, + { "if": { "properties": { "format_version": { "type": "string", "const": "1.13.0" } } }, "then": { "$ref": "./1.13.0/features.json" } }, { "properties": { "format_version": { "$ref": "../../general/format_version.json" } } } ] }