Bernasss12 / BetterEnchantedBooks

Makes it easier to identify different enchantment books.
MIT License
12 stars 9 forks source link

Fix #64, update build, compatibility with 1.20-1.20.4 #65

Closed Fourmisain closed 5 months ago

Fourmisain commented 5 months ago

As mentioned, fixes #64


I also updated the build a bit and made the mod compatible with 1.20 again:

A few notes: Every property in the gradle.properties is now expanded in fabric.mod.json and the mixin.json automatically. The properties are set as inputs for the gradle task, so the any change will actually rerun the task.

I removed the Cloth Config version range for backwards compatibility and because the mod does their own range check anyway. Also removed the "2" from Cloth Config. This has been done quite a while ago, the mod still provides cloth-config2 though.

Lowered Fabric Loader requirement to 0.14 just in case, though I think Fabric API requires 0.15 anyway.

Bernasss12 commented 5 months ago

Thank you again for stepping in :) I will merge, build it and publish it shortly. Hopefully I set up GitHub to do that for me in the future.