Seems to be incompatible with InspInspirations? Crashed when generating Nether portals.(1.18.2)
mosash41 opened this issue · 1 comments
First, sorry for my bad English.
I checked InspInspirations' GitHub first,and I found this → KnightMiner/Inspirations#235
So I try to report the issue to you first.
The issue is caused by Inspirations attempting to access blocks outside the 16x16x16 chunk being rendered. This is unsafe, but it uses a special hack in its code to make that work with vanilla. The hack does not apply to Embeddium, as it uses different rendering code.
I have applied a fix to prevent the game from crashing, but portal colors probably won't work correctly across chunk borders.