adibarra / enchant-tweaker

Tweak many enchantment related mechanics while keeping the vanilla minecraft feel.
https://modrinth.com/mod/enchant-tweaker
MIT License
4 stars 0 forks source link

feat: Rework More Infinity formula #29

Open rachxl opened 6 months ago

rachxl commented 6 months ago

What does it do?

Rework More infinity formula to be proportional to the configured enchantment level cap Free Arrow Chance = infinityLevel / maxInfinityLevel

e.g. If max infinity is 2, infinity 1 would mean a 1/2 chance

Why add it?

In order to have "vanilla infinity" you have to stack up to Infinity ~33 and sometimes having such high levels gets out of scope of some modpacks, with this new formula you have more control of your ideal max level to meet the level of vanilla infinity. The current formula is too linear and not very flexible.

Anything else?

Optionally the old formula could be a toggle too.

Before submitting...