Minecraft Double Slabs Electroblob's Wizardry Crash
TheidenHD opened this issue ยท 4 comments
Crashes on startup when Electroblob's Wizardry 4.3.x is installed
https://pastebin.com/czDFkPkH
Electroblob77/Wizardry#542
Ok everything i figured out so far:
cjminecraft.doubleslabs.client.ClientConstants.getFallbackModel
is only called on startup when Wizardry is installed.
Minecraft.getMinecraft().getBlockRendererDispatcher()
returns null wen it is called on startup.
Minecraft.blockRenderDispatcher
is only initialized after the Minecraft.run method is called