Fourmisain / TaxFreeLevels

A Fabric/(Neo)Forge Minecraft mod which flattens the ever-increasing anvil and enchantment costs and makes renaming items always cost 1 level
MIT License
3 stars 3 forks source link

Incompatibility with NoExpensive #1

Closed istust closed 3 years ago

istust commented 3 years ago

The mod is incompatible with the mod NoExpensive and the game crashes on startup.

Fourmisain commented 3 years ago

Known incompatibility, it's because NoExpensive uses an @Overwrite to change AnvilScreenHandler.updateResult(), so there is nothing I can do about it.

You can use Anvil Fix instead, that works without any issues.

I'm sure there are other mods out there which make Infinity and Mending compatible, not sure about Multishot and Piercing though.

Fourmisain commented 3 years ago

Looks like this incompatibility was fixed in https://github.com/Enaium-FabricMC/NoExpensive/commit/837ea3c8fdd44584af64bc04e84f10fdbfa0294d (version 1.2.0)