Skip to content

Commit

Permalink
Add explicitMaxDurability feature (#744)
Browse files Browse the repository at this point in the history
* Add explicitMaxDurability feature

* Update bedrock features.json

---------

Co-authored-by: Frej Alexander Nielsen <[email protected]>
Co-authored-by: extremeheat <[email protected]>
  • Loading branch information
3 people committed Jul 29, 2023
1 parent fa4c64e commit e9bea10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/bedrock/common/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]
5 changes: 5 additions & 0 deletions data/pc/common/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]

0 comments on commit e9bea10

Please sign in to comment.