From 2161da219851b12e605068f0f369c1dc6768d453 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 5 Jan 2021 00:09:49 +0100 Subject: [PATCH] Enabled 1.16.100 items --- behaviour/items/items.json | 31 +++++++------------------------ 1 file changed, 7 insertions(+), 24 deletions(-) diff --git a/behaviour/items/items.json b/behaviour/items/items.json index 222f043f..16860c48 100644 --- a/behaviour/items/items.json +++ b/behaviour/items/items.json @@ -13,29 +13,12 @@ } ], "allOf": [ - { - "if": { "properties": { "format_version": { "type": "string", "const": "1.10" } } }, - "then": { "$ref": "./1.10.0/items.json" } - }, - { - "if": { "properties": { "format_version": { "type": "string", "const": "1.10.0" } } }, - "then": { "$ref": "./1.10.0/items.json" } - }, - { - "if": { "properties": { "format_version": { "type": "string", "const": "1.14" } } }, - "then": { "$ref": "./1.14.0/items.json" } - }, - { - "if": { "properties": { "format_version": { "type": "string", "const": "1.14.0" } } }, - "then": { "$ref": "./1.14.0/items.json" } - }, - { - "if": { "properties": { "format_version": { "type": "string", "const": "1.16" } } }, - "then": { "$ref": "./1.16.0/items.json" } - }, - { - "if": { "properties": { "format_version": { "type": "string", "const": "1.16.0" } } }, - "then": { "$ref": "./1.16.0/items.json" } - } + { "if": { "properties": { "format_version": { "type": "string", "const": "1.10" } } }, "then": { "$ref": "./1.10.0/items.json" } }, + { "if": { "properties": { "format_version": { "type": "string", "const": "1.10.0" } } }, "then": { "$ref": "./1.10.0/items.json" } }, + { "if": { "properties": { "format_version": { "type": "string", "const": "1.14" } } }, "then": { "$ref": "./1.14.0/items.json" } }, + { "if": { "properties": { "format_version": { "type": "string", "const": "1.14.0" } } }, "then": { "$ref": "./1.14.0/items.json" } }, + { "if": { "properties": { "format_version": { "type": "string", "const": "1.16" } } }, "then": { "$ref": "./1.16.0/items.json" } }, + { "if": { "properties": { "format_version": { "type": "string", "const": "1.16.0" } } }, "then": { "$ref": "./1.16.0/items.json" } }, + { "if": { "properties": { "format_version": { "type": "string", "const": "1.16.100" } } }, "then": { "$ref": "./1.16.100/items.json" } } ] }