mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 09:16:06 +01:00
BUKKIT-61 Add durability to BOW material type. Thanks snowleo!
By: Andrew Ardill <andrew.ardill@gmail.com>
This commit is contained in:
parent
da2c7fcc14
commit
be588e1004
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ public enum Material {
|
|||
IRON_AXE(258, 1, 250),
|
||||
FLINT_AND_STEEL(259, 1, 64),
|
||||
APPLE(260),
|
||||
BOW(261, 1),
|
||||
BOW(261, 1, 384),
|
||||
ARROW(262),
|
||||
COAL(263, Coal.class),
|
||||
DIAMOND(264),
|
||||
|
|
Loading…
Add table
Reference in a new issue