can some one make a mod that make torches give more light

Posted:
Fri Sep 07, 2012 07:00
by alexcraft
it will be cool because a torch give 3x3 light space so make it to give 7x7 space

Posted:
Fri Sep 07, 2012 08:49
by Echo
A torch doesn't give 3x3 light. It's a node with "light_source" set to "max-1". The surrounding nodes are illuminated by this lightsource, not just the next 3 nodes.
So brighter isn't possible. You would have to add surrounding transparent lightsources where possible. I used something similar in my mod with all the problems (enforce lighting update to prevent "lost light", not working on ladders)