RubixDev / EnchantedShulkers

Adds some helpful enchantments for Shulker Boxes
https://modrinth.com/mod/enchantedshulkers
GNU General Public License v3.0
8 stars 6 forks source link

Max Augment level should be configurable #44

Closed RubixDev closed 8 months ago

RubixDev commented 8 months ago

The new Augment enchantment currently has levels one to three, but the code should be general enough to allow for up to at least six levels. It would be great to leave the max level up to the user using a config option.

Currently the world config system only supports boolean options. This would need to be slightly reworked to also allow other types such as ranged integers.

RubixDev commented 8 months ago

Actually, Vanilla screen handlers only support up to six rows, so the max will have to stay 3 for now. Maybe I will eventually take some time to have vanilla friendly screens for levels higher than 3 with a custom screen type for modded clients.