This commit is contained in:
Auxilor
2022-10-04 13:08:43 +01:00
parent b9e4eddd90
commit fe4c2ea5aa
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
display-name: "Shulker Harvest"
description: "Gives a &a%placeholder%%&r boost to shulker drops"
placeholder: "((1 / (%level% + 4)) + ((%level% + 3) / 2)) * 100 - 100"
placeholder: "ceil(((1 / (%level% + 4)) + ((%level% + 3) / 2)) * 100 - 100)"
type: normal
targets:

View File

@@ -160,7 +160,7 @@ unbreaking:
fortune:
name: "Fortune"
description: "Gives a &a%placeholder%%&r boost to certain block drops"
placeholder: "((1 / (%level% + 2)) + ((%level% + 1) / 2)) * 100 - 100"
placeholder: "ceil(((1 / (%level% + 2)) + ((%level% + 1) / 2)) * 100 - 100)"
type: normal
rarity: rare