Jeryn99 / Gliders

Gliders: essential for traversing terrain and preventing falls
8 stars 3 forks source link

(Re)add the custom recipe type in the 1.20 branch #74

Closed WouterB15 closed 1 week ago

WouterB15 commented 1 week ago

Hey, any ETA on when the custom recipe type is being (re)added to 1.20.x? Because at the moment it's spitting a lot of errors, and I noticed in the code you've got it just commented out. https://github.com/Jeryn99/Gliders/blob/1.20/common/src/main/java/net/venturecraft/gliders/common/recipe/GliderUpgradingRecipe.java image And then there's about 20 of these.

Jeryn99 commented 1 week ago

Which 1.20.x version? .1 or .2?

WouterB15 commented 1 week ago

Im running 1.20.1.

Did a temporary workaround by disabling the recipes using a datapack

Jeryn99 commented 1 week ago

The recipe json files don’t actively do anything anymore as the upgrading was moved to anvils, it seems I didn’t catch these files

I’ll get it sorted soon

WouterB15 commented 1 week ago

I had no usages show up for the upgrades, even with using anvils (used EMI to check this). Don't know if that is part of the same issue? Anyway, look forward to seeing the fix, thanks for your time and effort!

Jeryn99 commented 1 week ago

image

Update 1.1.6 will be up on all platforms tonight, please download when available

(Not really sure why EMI doesn't see the Anvil recipes)