"CeilingBedrock: true" only goes up to 254
BiomeBundle opened this issue ยท 8 comments
Ah thx for adding this for me.
Josh said something about a comment being left as "won't fix" and a lighting issue.
There are still solid blocks at Y255 so I don't see how that can be an issue if its bedrock instead.
This is a comment from the source in 1.12
// The "- 2" that appears in this method, comes from that heightCap -
// 1 is the highest place where a block can be placed, and heightCap -
// 2 is the highest place where bedrock can be generated to make sure
// there are no light glitches - see #117
Not sure a 9 year old issue is the best indicator.
Does bedrock do something different with regards to lighting vs other solid blocks? Y255 is not empty, it's just surface blocks instead of bedrock.
Probably not, I imagine the issue was fixed some time in the last 9 years and we just never made the changes
Should be a rather simple fix then. Lighting engine must've been changed a million times since the days of yore