mrshmllow / BetterRecipeBook

Adds brewing, smithing, and QOL changes to the vanilla recipe book!
https://curseforge.com/minecraft/mc-mods/brb
MIT License
21 stars 8 forks source link

Update 1.19.3 #60

Closed TauCubed closed 1 year ago

TauCubed commented 1 year ago

Haven't had time to extensively test but seems to work properly.

For #57

mrshmllow commented 1 year ago

my goodness.

mrshmllow commented 1 year ago

this takes far more knowledge of minecraft's codebase than i have

TauCubed commented 1 year ago

The main changes are that 1.19.3 removed the Widget interface in favor of the AbstractWidget class. They also split the registry into Registry and BuiltInRegistries.

Truth be told I didn't take the time to deep drive into the diffs and re-implement functionality against the source code, I just updated it so it worked as required and so my friend could enjoy it.

Besides, this is just a minor update so it's not like the current code would remove new functionality from the recipe book or anything.

mrshmllow commented 1 year ago

Everything seems to be working, but forge doesnt seem to be working for me. the crash looks completely unrelated though

TauCubed commented 1 year ago

Had the same issue running the forge test. Assumed it was the test configs. Compiled it both for fabric and forge and tested it on both, seemed to work fine on both.

mrshmllow commented 1 year ago

Forge seems to work fine!