13
0
geforkt von Mirrors/Paper

BUKKIT-61 Add durability to BOW material type. Thanks snowleo!

By: Andrew Ardill <andrew.ardill@gmail.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2011-11-28 09:49:22 +11:00
Ursprung da2c7fcc14
Commit be588e1004

Datei anzeigen

@ -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),