Iron Chests

Iron Chests

171M Downloads

Concurrency crash during init due to forced atlas loading during construction

cpw opened this issue ยท 0 comments

commented

return new Material(Atlases.CHEST_ATLAS, new ResourceLocation(IronChests.MODID, "model/" + name + "_chest"));

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.