progwml6 / ironchest

Iron Chest minecraft mod by CPW
https://minecraft.curseforge.com/projects/iron-chests
GNU General Public License v3.0
135 stars 86 forks source link

Concurrency crash during init due to forced atlas loading during construction #212

Closed cpw closed 4 years ago

cpw commented 4 years ago

https://github.com/progwml6/ironchest/blob/1e7ee302281645adc6a15cee72d17bda16e74abb/src/main/java/com/progwml6/ironchest/client/tileentity/IronChestsModels.java#L42

This line is causing a client crash when multiple mods are present due to racing on the Atlas initialization.

Please move that code elsewhere in initialization.