Noaaan / MythicMetals

Fabric based Minecraft mod that adds new materials into the game. Includes new tools, ores, anvils, and sets of armor.
Other
73 stars 25 forks source link

Recipe book not loading #161

Closed hoekzemaar closed 1 year ago

hoekzemaar commented 1 year ago

Using version 0.17.5 on Fabric 1.19.4.

Recipe book is not loading at all. Have tried with EMI, JEI and REI. None will load recipes and don’t show up in crafting table either. Removing Mythic Metals immediately solves the problem on restart.

Have tried via Curseforge & AT Launcher. Fresh install, new world and saved world.

Noaaan commented 1 year ago

I am going to need a list of your mods with your log, since this does not happen with Mythic Metals alone. Sounds like a compatibility issue.

hoekzemaar commented 1 year ago

latest.log

I have tried removing almost all other mods one by one and the issue remains for me.

hoekzemaar commented 1 year ago

For your info. Manually removing the recipes from this folder solved the issue with regards to the recipe book not loading: \mythicmetals-0.17.5+1.19.4.jar\data\mythicmetals\recipes\mythril_drill\

Noaaan commented 1 year ago

Confirmed the issue. It is indeed the Mythril Drill recipes breaking due to the Smithing Table recipe handlers breaking. I fixed this for the Midas Gold Sword recipes, but not the Drill. Sorry for not noticing it sooner, I will look at deploying a fix soon

Noaaan commented 1 year ago

If you get the chance, could you try out the artifact produced by this commit? Your issue should be fixed, and as a result it should no longer crash: https://github.com/Noaaan/MythicMetals/actions/runs/4710112868

I can have this released tomorrow if it solves the issue.

hoekzemaar commented 1 year ago

That has solved it for me thanks

Noaaan commented 1 year ago

Fixed as of 0.17.6. Thanks you for testing and reporting!