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

Augmentable chests and barrels #52

Closed RubixDev closed 7 months ago

RubixDev commented 7 months ago

Could be nice to have options to allow barrels and chests to also be enchanted with Augment. One potential difficulty to look out for is that all other enchantable items are non-stackable, so some custom workarounds in anvils may be necessary (actually, how do I handle this with ender chests atm?). It can also be tedious for players to have to enchant chests one by one, but that may just be a part of balancing. For chests specifically there's also the question of how to handle double chests.

RubixDev commented 7 months ago

One potential difficulty to look out for is that all other enchantable items are non-stackable, so some custom workarounds in anvils may be necessary (actually, how do I handle this with ender chests atm?).

The game already sets the xp levels needed to enchant stacks with a count > 1 to 40 which is "Too Expensive" in survival, so that's not a problem.