[1.16.2] Book item model rendering issue
stfwi opened this issue ยท 7 comments
Hi Vazkii, willie, I saw on the 1.16.2 port the effect that the book item models of my mods are not shown anymore (pink-black test block instead). The log does not show any error or exception, so my first impression from a quick peek into the code is that PatchouliItems::replaceModel()
may not get invoked anymore (presuming that we would see an error if the special model registration of the book would not be done), or that model baking somehow results in a test-block model now.
- Versions: Patchouli 1.16-42 / Forge 33.0.22
- Book data: https://github.com/stfwi/engineers-decor/blob/1.16/src/main/resources/data/engineersdecor/patchouli_books/engineersdecor_manual/book.json
Cheers, and thanks for creating/maintaining the mod!
For additional data I also checked with Forge 33.0.20 and collected the logs and a screenshot. It's only the item model (all entries, recipes, pages etc are fine, the book data did not change since 1.16.1):
2020-08-28-logs-patchouli-issue299.zip
Cheers, -
I'm also having a similar issue in 1.16.1 when using Patchouli as a modpack-maker (JSON files). The book's contents load fine, but the item model, in particular, seems to be erroring silently.
Forge version 32.0.108
Patchouli Version 1.16-39
Book Data and Mod List
Logs
Same thing happens in my attempt to make a book. Seems intermittent, maybe 1 in 10 tries it does load my item model/texture correctly, other times nothing. no errors in latest.log or debug.log.
"model": "cyclic:guide_book",
The model exists but sometimes does not render and gives the broken default texture
I can confirm that this issue happens on Patchouli 44 (on 1.16.3), both with just Nature's Aura and just Ars Noveau installed.
Additionally, this issue seems to be related to a race condition, as it seems to occur more often in bigger modpacks and for people with lower-end computers. In a pack with just two mods, it occurs about 1 out of 5 times for me.