Page 1 of 1

What is the brightest a light block can be?

PostPosted: Tue Jan 03, 2012 21:48
by RAPHAEL
I'm wondering what's the brightest a light block can be in a mod?

Seems light_source = 14 is brightest but is there a way to make a block even brighter?

PostPosted: Tue Jan 03, 2012 21:50
by sdzen
LIGHT_MAX :)
last i checked torches are LIGHT_MAX-1 or something wierd

PostPosted: Tue Jan 03, 2012 22:11
by MrThebuilder3
i'v done 50

PostPosted: Wed Jan 04, 2012 01:21
by Hackeridze
MrThebuilder3 wrote:i'v done 50

Nope.

PostPosted: Wed Jan 04, 2012 01:57
by MrThebuilder3
what do you mean "nope"?

PostPosted: Wed Jan 04, 2012 02:06
by Hackeridze
MrThebuilder3 wrote:what do you mean "nope"?

I mean you don't made a block with brights=50.

PostPosted: Wed Jan 04, 2012 03:41
by sapier
I'm not quite sure but I think LIGHT_MAX is 14 because of beeing able to decide if it's sunlight or artificial light. Blocks within sunlight are at light level 15.

PostPosted: Wed Jan 04, 2012 04:25
by RAPHAEL
All I know is there needs to be the ability to make very bright blocks... industrial lighting and large room lighting isn't supposed to be dim lol.

I say this as I have built structures with tall rooms of 10-20 blocks and even with brightest block it's still rather dim at the floor level.

PostPosted: Wed Jan 04, 2012 15:44
by MrThebuilder3
Hackeridze wrote:
MrThebuilder3 wrote:what do you mean "nope"?

I mean you don't made a block with brights=50.

on the christmas mod (im updateding it) the star is 50

PostPosted: Wed Jan 04, 2012 17:15
by Hackeridze
MrThebuilder3 wrote:
Hackeridze wrote:
MrThebuilder3 wrote:what do you mean "nope"?

I mean you don't made a block with brights=50.

on the christmas mod (im updateding it) the star is 50

Nope. Max light of block is LIGHT_MAX.