fix: set Bow of Light's durability to 100 (#14)
This commit is contained in:
parent
1f2985467f
commit
f3bfa5f79b
1 changed files with 2 additions and 1 deletions
|
@ -269,7 +269,8 @@ bow:
|
||||||
global:
|
global:
|
||||||
stackable: false
|
stackable: false
|
||||||
entries:
|
entries:
|
||||||
- BowOfLight
|
- BowOfLight:
|
||||||
|
durability: 100
|
||||||
- WoodenBow:
|
- WoodenBow:
|
||||||
durability: 20
|
durability: 20
|
||||||
- TravelersBow:
|
- TravelersBow:
|
||||||
|
|
Reference in a new issue