Cheaterpaul / EnchantmentMachine

A Minecraft Mod for efficient Item dis-/enchantment
https://www.curseforge.com/minecraft/mc-mods/enchantment-machine
GNU Lesser General Public License v3.0
5 stars 2 forks source link

provide config to open uncompatible enchant and set max enchant level #5

Closed rainsillwood closed 3 years ago

rainsillwood commented 3 years ago

only for my interest & provide a idea. if dislike/have better idea please close. add a config to allow everyting get every enchantments,although it may not work. add a simple solution to config max enchant level,and auto get vanilla level.but can't get enchanments provided by mods(maybe need to add event after everything loaded?).although can add config by yourself with"namespace:enchid|level,","," is necessary fo my function cause of lazy

Cheaterpaul commented 3 years ago

The config options seem to be a viable solution, although the list config option could use a better solution maybe even with a datapack entry.

I will take a deeper look and see what could be the best solution to solve this.

Cheaterpaul commented 3 years ago

implemented the "allow everyting get every enchantments" with e083fab

Cheaterpaul commented 3 years ago

@rainsillwood by "configure max enchant level" do you also mean to increase the max level of enchantments?

Cheaterpaul commented 3 years ago

enforce max level with config implemented in 445e5f92