TinyModularThings / UniqueEnchantments

Have some Unique Enchantments for yourself
https://www.curseforge.com/minecraft/mc-mods/unique-enchantments
Other
18 stars 16 forks source link

1.16.5 unique enchantments causes exit code 1 crash #66

Closed silvertheidiot closed 2 years ago

silvertheidiot commented 2 years ago

The unique enchantments mod keeps crashing my game, can't seem to find how to fix it. Mod list: image image

silvertheidiot commented 2 years ago

Also here's a server log that I am trying to open with the same mod list Log: https://mclo.gs/BZMb497

Speiger commented 2 years ago

taxfreelevels-forge.mixins.json:FlattenAnvilCostMixin

That is your problem. UE has a mixin that changes level costs on anvils/enchantment tables (that is disabled by default but the mixin still loads) That turns it from requring 30 levels for example to 30 levels worth of XP making if you are level 70 not level 40 but more like 68 or something like it.