mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-09 03:21:21 +01:00
Fixed fortune placeholder
This commit is contained in:
parent
f94a0e8ac2
commit
ead3fd9d53
@ -164,7 +164,7 @@ unbreaking:
|
|||||||
fortune:
|
fortune:
|
||||||
name: "Fortune"
|
name: "Fortune"
|
||||||
description: "Gives a &a%placeholder%%&r boost to certain block drops"
|
description: "Gives a &a%placeholder%%&r boost to certain block drops"
|
||||||
placeholder: "(1 / (%level% + 2)) + ((%level% + 1) / 2)"
|
placeholder: "((1 / (%level% + 2)) + ((%level% + 1) / 2)) * 100 - 100"
|
||||||
type: normal
|
type: normal
|
||||||
rarity: common
|
rarity: common
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user