From 1e29ff795eedcd876f396f79fcaddb39f41042b2 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 21 Sep 2021 22:35:56 +0200 Subject: [PATCH] Added more version support --- source/behavior/entities/entities.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/behavior/entities/entities.json b/source/behavior/entities/entities.json index ce51ab58..f0a42093 100644 --- a/source/behavior/entities/entities.json +++ b/source/behavior/entities/entities.json @@ -21,7 +21,10 @@ { "if": { "properties": { "format_version": { "type": "string", "const": "1.14.0" } } }, "then": { "$ref": "./1.14.0/entities.json" } }, { "if": { "properties": { "format_version": { "type": "string", "const": "1.16.0" } } }, "then": { "$ref": "./1.16.0/entities.json" } }, { "if": { "properties": { "format_version": { "type": "string", "const": "1.16.100" } } }, "then": { "$ref": "./1.16.100/entities.json" } }, - { "if": { "properties": { "format_version": { "type": "string", "const": "1.17.0" } } }, "then": { "$ref": "./1.16.100/entities.json" } }, + { "if": { "properties": { "format_version": { "type": "string", "const": "1.17.0" } } }, "then": { "$ref": "./1.17.0/entities.json" } }, + { "if": { "properties": { "format_version": { "type": "string", "const": "1.17.10" } } }, "then": { "$ref": "./1.17.0/entities.json" } }, + { "if": { "properties": { "format_version": { "type": "string", "const": "1.17.20" } } }, "then": { "$ref": "./1.17.0/entities.json" } }, + { "if": { "properties": { "format_version": { "type": "string", "const": "1.17.30" } } }, "then": { "$ref": "./1.17.0/entities.json" } }, { "properties": { "format_version": { "$ref": "../../general/format_version.json" } } } ] }