[1.20.1] Crash while rendering Draconic Reactor Core
balt-dev opened this issue ยท 6 comments
Base information
- Minecraft version: 1.20.1
- Mod version: 3.1.2.598
- Minecraft Forge version: NeoForge 47.1.106
- Mod Pack: Roots https://modrinth.com/modpack/roots-1.20.1
Crash report
Description / steps to reproduce
Open the creative menu or EMI and type dra
. This crashes the game immediately.
Below is my failed attempt at working around this with a resource pack - it seems you can't replace the item model of the reactor core.
I'm not sure why those are there. I don't have Sinytra, so there's no good reason for them to be?
Figured it out, it's Embeddium. I can't run the game without it due to having a lackluster computer. This is probably some weird cross-mod incompatibility, but it runs fine with only Embeddium and DE?
It'd be appreciated to add a fallback in case the model is null
.
It'd also be appreciated to allow changing the item model of the Reactor Core via a resource pack.
Strangely this rarely doesn't happen and renders fine. My bet's on a race condition.
For the time being, as a workaround, would it be better to render a fallback prerendered item icon for the reactor core if the model is null
?