klikli-dev / modonomicon

Data-driven minecraft in-game documentation with progress visualization.
22 stars 9 forks source link

Fixed typo in recipe error message + Fixed book not loading when an entry has an invalid parent #190

Closed DaFuqs closed 3 months ago

DaFuqs commented 3 months ago

Just a small typo I found

DaFuqs commented 3 months ago

When an entry had a parent set that did not exist, the book errored out with a non-informative error message. I made the book to ignore the parent in those cases and print an error in the log.

BookErrorManager.error() called for book: spectrum:guidebook with error: BookErrorInfo{ 
errorMessage='Failed to build book 'spectrum:guidebook'', 
context='', 
exception='java.lang.NullPointerException: Cannot invoke "com.klikli_dev.modonomicon.book.BookEntry.getId()" because "entry" is null'
}
klikli-dev commented 3 months ago

excellent, thank you!