DungeonZ

DungeonZ

4 Downloads

Open ceiling brightness

thrasosc opened this issue ยท 3 comments

commented

Minecraft Version

1.20.x

Mod Loader Version

0.14.22

Mod Version

1.0.2

Describe the Issue

Not sure if this is a bug or intended, but when we made an open section in our dungeon, we expected it to be bright, but it was still dark, as if no light came in from above.

image

If this is intended, is there any way to configure it?

latest.log

latest.log

Do you use any other mods except the required ones?

No response

commented

Was intended but I changed it with 9777a48

commented

Had to reverse this cause behind skyLight is more than just the sky light.
Weather, multiple mob spawns and other mechanics depend on this boolean.

commented

I see, so it is much more involved. We will refrain from using open sections in the future. Thanks for the try.