Patchouli

Patchouli

168M Downloads

book crash 1.12.2

Warbringer12 opened this issue ยท 2 comments

commented

latest.log
crash-2020-08-17_18.28.19-client.txt

experienced this while in game
crashed straight to desktop

commented

This issue is stale because it has been open for a while with no activity. Please bump if this is still an issue, or this ticket will be closed soon.

commented

The TFC book is broken here, missing a borax recipe:

		Book loading error: java.lang.RuntimeException: Error while loading entry tfc:reference/quern
			at vazkii.patchouli.client.book.BookContents.lambda$reload$3(BookContents.java:149)
-snip-
		Caused by: java.lang.RuntimeException: Error while loading entry tfc:reference/quern page 2
			at vazkii.patchouli.client.book.BookEntry.build(BookEntry.java:182)
			at vazkii.patchouli.client.book.BookContents.lambda$reload$3(BookContents.java:147)
			... 47 more
		Caused by: java.lang.NullPointerException: Unknown Quern recipe: tfc:borax
			at java.util.Objects.requireNonNull(Objects.java:228)
			at net.dries007.tfc.compat.patchouli.QuernComponent.build(QuernComponent.java:31)
			at vazkii.patchouli.client.book.template.component.ComponentCustom.build(ComponentCustom.java:25)