mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 19:49:35 +01:00
SPIGOT-1563: Correct shield durability.
By: md_5 <git@md-5.net>
This commit is contained in:
parent
4915f4a3e1
commit
37b1f0b27c
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ public enum Material {
|
||||||
* @see Potion
|
* @see Potion
|
||||||
*/
|
*/
|
||||||
LINGERING_POTION(441, 1, MaterialData.class),
|
LINGERING_POTION(441, 1, MaterialData.class),
|
||||||
SHIELD(442, 1),
|
SHIELD(442, 1, 336),
|
||||||
ELYTRA(443, 1),
|
ELYTRA(443, 1),
|
||||||
BOAT_SPRUCE(444, 1),
|
BOAT_SPRUCE(444, 1),
|
||||||
BOAT_BIRCH(445, 1),
|
BOAT_BIRCH(445, 1),
|
||||||
|
|
Loading…
Reference in a new issue