Ladysnake / Illuminations-for-Forge

https://ladysnake.github.io/wiki/illuminations.html
1 stars 1 forks source link

BlockColors crash if another mod has an error #2

Open WenXin20 opened 4 years ago

WenXin20 commented 4 years ago

Minecraft v1.14.4 Forge v28.1.109 Illuminations v0.1.0

AbsolemJackdaw commented 4 years ago

thanks for the heads up. i'm suspecting the direct call into minecraft's block registry to retreive the grass color for firefly grass coloring may be the culprit as these blocks may be skipped due to errors and are null as a result. will look into this !

WenXin20 commented 4 years ago

Yeah, I had to go through a lot of mods with this type of crash. It's a forge bug, but null checks can be added as a workaround to avoid it.