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"] } ] },