From e9bea106cda498671c11d62d2bb9d22accd7551a Mon Sep 17 00:00:00 2001 From: Frej Alexander Nielsen Date: Sat, 29 Jul 2023 22:30:58 +0200 Subject: [PATCH] Add explicitMaxDurability feature (#744) * Add explicitMaxDurability feature * Update bedrock features.json --------- Co-authored-by: Frej Alexander Nielsen Co-authored-by: extremeheat --- data/bedrock/common/features.json | 5 +++++ data/pc/common/features.json | 5 +++++ 2 files changed, 10 insertions(+) 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"] } ]