Bernasss12 / BetterEnchantedBooks

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

Update to Minecraft 1.18 #51

Closed Fourmisain closed 2 years ago

Fourmisain commented 2 years ago

As far as I can tell, the only thing that broke were the tooltip icons (again).

It was a simple one-line fix: IconTooltipComponent.drawItems() lost its TextureManager parameter.

Looks like I made a few small changes in https://github.com/Bernasss12/BetterEnchantedBooks/commit/11e80beb9ca293914a8bd495b917bb734fb82f95 too: Using remap = false and @Dynamic on lambda methods supresses some compile warnings.

Also, I finally learned how to change the PR target branch: You can create a new mc-1.18 branch and then change this PR's target branch to it by clicking "edit" on the top right.

P.S. Inofficial release here

Fourmisain commented 2 years ago

There we go, the fabric.mod.json and mixins.json are now updated too.