paulevsGitch / BetterNether

BetterNether Mod
GNU General Public License v3.0
105 stars 73 forks source link

Updated LightStorageMixin to match LayerLightSectionStorageMixin, fixes #403 #437

Closed davidalb97 closed 2 years ago

davidalb97 commented 2 years ago

Uncommented and updated LightStorageMixin to LayerLightSectionStorageMixin to catch the null pointer from #403. This seemed to have fixed the issue as I could generate 631551 chunks with chunky pregenerator on the nether without any crash. This fix already existed on your code on 276c642 but was commented on 90e84f4 when updating from fabric 1.16.1 to 1.16.2.

quiqueck commented 2 years ago

Thanks for the PR :)

davidalb97 commented 2 years ago

Thanks for the PR :)

No problem mate :+1: