Hello, so i'm planning on generating high-up floating islands throughout my world, and while they wont be everywhere they will be somewhat common
The issue with this is that it creates block shadows below, and the best way to fix it is with light blocks.
However, at night time this creates the opposite issue where the area is too bright.
Is it feasible to generate 1 light block below each of these structures and then change its light level value based on the time of day? There would have to be like 100s of them throughout the world.. that would probably lag if i kept changing the block data of all of those right?
If anyone has any ideas for how to get around this issue or do this without lagging my server, I would be very glad to hear! Thank you