diff --git a/data/bedrock/common/features.json b/data/bedrock/common/features.json index 932b25f35..9dd9963c0 100644 --- a/data/bedrock/common/features.json +++ b/data/bedrock/common/features.json @@ -57,5 +57,10 @@ "versions": ["1.16_major", "latest"] } ] + }, + { + "name": "explicitMaxDurability", + "description": "Items with maximum durability have explicit NBT data Damage:0", + "versions": ["1.16_major", "latest"] } ] diff --git a/data/pc/common/features.json b/data/pc/common/features.json index 31993a92a..63f1d0d49 100644 --- a/data/pc/common/features.json +++ b/data/pc/common/features.json @@ -731,5 +731,10 @@ "name": "multiSidedSigns", "description": "Signs can have text on the front and back", "versions": ["1.20", "latest"] + }, + { + "name": "explicitMaxDurability", + "description": "Items with maximum durability have explicit NBT data Damage:0", + "versions": ["1.15_major", "latest"] } ]