mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:01:58 +01:00
SPIGOT-1563: Correct shield durability.
By: md_5 <git@md-5.net>
This commit is contained in:
parent
4915f4a3e1
commit
37b1f0b27c
@ -477,7 +477,7 @@ public enum Material {
|
||||
* @see Potion
|
||||
*/
|
||||
LINGERING_POTION(441, 1, MaterialData.class),
|
||||
SHIELD(442, 1),
|
||||
SHIELD(442, 1, 336),
|
||||
ELYTRA(443, 1),
|
||||
BOAT_SPRUCE(444, 1),
|
||||
BOAT_BIRCH(445, 1),
|
||||
|
Loading…
Reference in New Issue
Block a user