Started by
LazyLoris
on
Thu, 12/31/2020 - 19:53
Topic category: Help with modding (Java Edition)
I'm trying to make blocks one could use to make a "fake sky". In the GUI for block making, it looks like it caps luminance at 1, which is light level 15. If I can't make any changes in the GUI/manually in files to increase light level beyond this, is there a better way to do what I'd like? Thanks in advance!
No. 15 is the hardcoded limit for brightness in Minecraft itself. There are no exceptions unless you were to make your own renderer.
For your sky to look seamless you can check the "emissive textures" box. You block will always render at full brightness that way.