CaffeineMC / hydrogen-fabric

Things of which are too dangerous to put in Lithium.
GNU Lesser General Public License v3.0
511 stars 66 forks source link

use method handles #21

Closed liach closed 3 years ago

liach commented 3 years ago

bump to gradle 6.8 so i can compile with java 15

I made this because I am a bit unpleased with #14's code

Also screenshots for java 15.0.1, 8, and 16-ea (34) ![2021-02-03_22 50 29](https://user-images.githubusercontent.com/7806504/106848493-b3951c80-6676-11eb-868d-ff2d5d58b2f3.png) ![2021-02-03_22 51 09](https://user-images.githubusercontent.com/7806504/106848494-b3951c80-6676-11eb-9393-389a0bd4ee6f.png) ![2021-02-03_23 27 09](https://user-images.githubusercontent.com/7806504/106848926-7d0bd180-6677-11eb-9e11-f58d3b54a984.png)

Signed-off-by: liach liach@users.noreply.github.com

jellysquid3 commented 3 years ago

Thanks! The code here looks good, and I prefer it over over the other PR as well. Sorry it took so long to get to this. After a while, I decided we'd just wait for Minecraft 1.17 to land instead of dealing with Java 16 support in 1.16.

Merged a lot of the changes here into 1595886.