TerraFirmaCraft

TerraFirmaCraft

2M Downloads

book crash

Mrthomas20121 opened this issue ยท 1 comments

commented

Describe the bug
minecraft crashed when opening the book page getting started.

To Reproduce
open the book page getting started.

Meta Info

commented

Firstly, I can't reproduce at all just with TFC. Looking at the crash report:

Caused by: java.lang.NullPointerException: Unknown Heat recipe: tfc:glass

There's your problem. You removed a recipe that the book is using, without modifying said page of the book. The book has intentionally been made fail-fast: It will log an error on startup if a page fails to build correctly, and then later crash, rather than the developer have to track down issues as pages just display as blank.