CJMinecraft01 / DoubleSlabs

Finally.. we can create double slabs and mix slab types!
GNU General Public License v3.0
18 stars 9 forks source link

Minecraft Double Slabs Electroblob's Wizardry Crash #158

Closed TheidenHD closed 3 years ago

TheidenHD commented 3 years ago

Crashes on startup when Electroblob's Wizardry 4.3.x is installed https://pastebin.com/czDFkPkH https://github.com/Electroblob77/Wizardry/issues/542

Ayfri commented 3 years ago

Same !

TheidenHD commented 3 years ago

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

TheidenHD commented 3 years ago

https://github.com/TheidenHD/DoubleSlabs/releases/tag/0.11.1

CJMinecraft01 commented 3 years ago

Thanks for reporting this, it appears that this has now been fixed :)