Torches and light

Posted:
Sat May 11, 2013 22:45
by Dan Duncombe
what is the maximum light level (number) it is possible to have emitted by something? It's just that I am making a mod, but a certain block does not emit light any brighter than a torch- even when I set it to a ridiculously high number- so, if possible, how can imake it brighter than a torch?

Posted:
Sat May 11, 2013 22:47
by PilzAdam
The maximum light level is 15, althoug nodes can only emit 14.

Posted:
Sun May 12, 2013 11:41
by Dan Duncombe
Could I make it so that when my lamp turns on it spawns something like a radius 10 sphere around itself of invisible non colliding light emitting nodes that won't stop you placing blocks in their place and that won't spawn in place of water etc?

Posted:
Sun May 12, 2013 14:34
by Dan Duncombe
Thankyou, so I could change that so it is an ABM in the code and spawns my own special 'invisible light' block?