ArchitectureCraft blocks inside the DankNull causes Client Crash
NielsPilgaard opened this issue ยท 1 comments
Hey o/
As the title says, putting ArchitectureCraft blocks inside the Dank/Null/ causes a client-side crash. All ArchitectureCraft blocks have NBT data, and I believe use CodeChickenLib for rendering.
Would it be possible to prevent them going into the Dank/Null/, or catching the crash?
Relevant crashreport: EnigmaticaModpacks/Enigmatica2#286
Version
- Forge 1.12.2-14.23.5.2781
- DankNull-1.12-1.4.43
This happened to me with Mekanism Energy Cubes.
It occurs when the render code on the other mod does weird stuff.
As seen here, the item's render methods are just throwing exceptions.
I'm going to assume this is what is causing the issue.