Block that exceeds a light level of 15?

Started by LemmingsAndSuch on

Topic category: Help with modding (Java Edition)

Last seen on 23:38, 4. Sep 2024
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Block that exceeds a light level of 15?

I want to make a block that is brighter than any block from vanilla Minecraft. I tried editing the code to change the light level from 15 to 20, but it broke and emitted no light whatsoever in-game. I know I could achieve this by making it spawn light blocks around itself, but that workaround would be annoying to do and could create problems down the line. Is what I'm trying to do possible? Thanks.

Last seen on 11:33, 7. Sep 2024
Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think that 15 its the max…
Sun, 07/21/2024 - 01:52

I think that 15 its the max supported brightness number by OpenGL, so it should be impossible to do