mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 23:52:11 -07:00
SPIGOT-1965: Set Material.ELYTRA durability to 431
By: Matthew <stteg@hotmail.com>
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user