mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 17:57:34 +01:00
SPIGOT-1965: Set Material.ELYTRA durability to 431
By: Matthew <stteg@hotmail.com>
This commit is contained in:
parent
4920989f39
commit
be6bf9597a
@ -472,7 +472,7 @@ public enum Material {
|
||||
TIPPED_ARROW(440),
|
||||
LINGERING_POTION(441, 1),
|
||||
SHIELD(442, 1, 336),
|
||||
ELYTRA(443, 1),
|
||||
ELYTRA(443, 1, 431),
|
||||
BOAT_SPRUCE(444, 1),
|
||||
BOAT_BIRCH(445, 1),
|
||||
BOAT_JUNGLE(446, 1),
|
||||
|
Loading…
Reference in New Issue
Block a user