mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Change pearl necklace max damage to 16
This commit is contained in:
parent
8bf6d53a48
commit
8caf619418
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ public interface UItems {
|
||||||
.rarity(Rarity.UNCOMMON), 0), ItemGroups.TOOLS);
|
.rarity(Rarity.UNCOMMON), 0), ItemGroups.TOOLS);
|
||||||
AmuletItem PEARL_NECKLACE = register("pearl_necklace", new AmuletItem(new FabricItemSettings()
|
AmuletItem PEARL_NECKLACE = register("pearl_necklace", new AmuletItem(new FabricItemSettings()
|
||||||
.maxCount(1)
|
.maxCount(1)
|
||||||
.maxDamage(4)
|
.maxDamage(16)
|
||||||
.rarity(Rarity.UNCOMMON), 0), ItemGroups.TOOLS);
|
.rarity(Rarity.UNCOMMON), 0), ItemGroups.TOOLS);
|
||||||
|
|
||||||
GlassesItem SUNGLASSES = register("sunglasses", new GlassesItem(new FabricItemSettings().maxCount(1)), ItemGroups.COMBAT);
|
GlassesItem SUNGLASSES = register("sunglasses", new GlassesItem(new FabricItemSettings().maxCount(1)), ItemGroups.COMBAT);
|
||||||
|
|
Loading…
Reference in a new issue