Ellpeck / NaturesAura

A Minecraft mod about using Aura for unique mechanics
https://modrinth.com/mod/natures-aura
MIT License
47 stars 35 forks source link

Invalid Patchouli recipes crash the game (instead of just failing to load on the page) #339

Closed mberlin1 closed 8 months ago

mberlin1 commented 9 months ago

to reproduce: take nature's aura guidebook, open it, select the "harnessing aura" category, select the "the natural altar" item and scroll through the instructions. crash will happen after 2 or 3 pages.

crash-2023-12-01_10.45.10-client.txt

top of stack says its "missing a recipe" i'm unsure what recipe: java.lang.NullPointerException: Cannot read field "catalyst" because "this.recipe" is null is part of.

If this is due to recipes being changed, it would be really helpful if i knew what recipes were on the pages in that section so i could try and track the problem on the modpack. Thank you.

Ellpeck commented 9 months ago

Hi! This issue is in fact caused by a recipe change that isn't reflected in the book, but it's not meant to outright crash the game, just fail to display on the page.

You can find the full content of the book in this repository, so it should be pretty easy to figure out what page the issue appears on based on the info you provided and allow fixing the recipe in question. Good luck!

mberlin1 commented 9 months ago

thank you very much.