mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-24 00:41:23 +01:00
Fixed fortune placeholder
This commit is contained in:
parent
f94a0e8ac2
commit
ead3fd9d53
@ -164,7 +164,7 @@ unbreaking:
|
||||
fortune:
|
||||
name: "Fortune"
|
||||
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
|
||||
rarity: common
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user