From ddd0c39033c492873e2bd6bf0dbbc370f877717c Mon Sep 17 00:00:00 2001 From: |Korz| Date: Tue, 25 Feb 2025 11:25:51 +0200 Subject: [PATCH] Added a record about the feature "nbtNameForEnchant" for the version from 1.20.5 to the latest Changed the record about the feature "typeOfValueForEnchantLevel". The format of the level "short" is saved until the latest version. Tested on versions: 1.13, 1.13.1, 1.13.2, 1.15.2, 1.20.1, 1.20.4, 1.20.5, 1.21.4 --- data/pc/common/features.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/pc/common/features.json b/data/pc/common/features.json index caf0482c2..5281adbdd 100644 --- a/data/pc/common/features.json +++ b/data/pc/common/features.json @@ -645,9 +645,13 @@ "name": "nbtNameForEnchant", "description": "what the nbt key for enchants is", "values": [ + { + "value": "componentEnchantments", + "versions": ["1.20.5", "latest"] + }, { "value": "Enchantments", - "versions": ["1.13_major", "latest"] + "versions": ["1.13_major", "1.20.4"] }, { "value": "ench", @@ -664,13 +668,9 @@ "name": "typeOfValueForEnchantLevel", "description": "type of value that stores enchant lvl in the nbt", "values": [ - { - "value": "string", - "versions": ["1.13_major", "latest"] - }, { "value": "short", - "versions": ["1.8_major", "1.12_major"] + "versions": ["1.8_major", "latest"] } ] },