Tictim / Paraglider

A Minecraft mod. https://www.curseforge.com/minecraft/mc-mods/paragliders
GNU General Public License v3.0
12 stars 9 forks source link

Port to 1.20.2 #109

Closed Nikt4l closed 11 months ago

Nikt4l commented 11 months ago

I wanted to try paragliders on my 1.20.2/fabric save, so I gave it a try and ported 1.20.1 to 1.20.2.

It seems OK at first glance but I have tested few features so far. Here is a pull request. Feel free to review and test. https://github.com/Tictim/Paraglider/pull/110

I first upgraded all needed versions and added some lombok for convenience. Then I tried to build and fix any compilation issue. The main modifications relate to the Codec api introduced in the RecipeSerializer interface. Found some useful help there. I tried to change the original code as little as I could so that the pull request may remain readable.