Dunkmania101 / SpatialHarvesters

A Minecraft mod that adds harvesters that gather resources from space-time itself!
https://www.curseforge.com/minecraft/mc-mods/spatial-harvesters
MIT License
3 stars 5 forks source link

Update Fabric mod to 1.20. #69

Closed gniftygnome closed 2 weeks ago

gniftygnome commented 1 year ago

This PR copies 1.19.x into 1.20.x and updates to 1.20.1 in two separate commits so it's easy to see what changed. This runs on 1.20.1, should run on 1.20, and might on 1.20.2 (but I have not tested). The update wasn't too bad, just a few fiddly bits.

If you prefer not to sort the item group, it should be pretty easy to swap out the HashSet in ItemGroupInit for a list and remove the stream and sort on line 41.

Dunkmania101 commented 2 weeks ago

Woah, sorry it took me so long to get around to this! Thank you!