mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-05 02:22:12 +01:00
Fixed some item durability values. Thanks jascotty2!
By: EvilSeph <evilseph@unaligned.org>
This commit is contained in:
parent
3996bf8026
commit
1dca6874d8
1 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ public enum Material {
|
|||
DIAMOND(264),
|
||||
IRON_INGOT(265),
|
||||
GOLD_INGOT(266),
|
||||
IRON_SWORD(267, 1, 59),
|
||||
IRON_SWORD(267, 1, 250),
|
||||
WOOD_SWORD(268, 1, 59),
|
||||
WOOD_SPADE(269, 1, 59),
|
||||
WOOD_PICKAXE(270, 1, 59),
|
||||
|
@ -196,7 +196,7 @@ public enum Material {
|
|||
POWERED_MINECART(343, 1),
|
||||
EGG(344, 16),
|
||||
COMPASS(345),
|
||||
FISHING_ROD(346, 1, 64),
|
||||
FISHING_ROD(346, 1, 32),
|
||||
WATCH(347),
|
||||
GLOWSTONE_DUST(348),
|
||||
RAW_FISH(349),
|
||||
|
|
Loading…
Reference in a new issue