edited to add fullbright
This commit is contained in:
parent
a0f64271e7
commit
fcdf71d65d
|
@ -375,7 +375,7 @@ void ContentFeatures::reset()
|
|||
liquid_renewable = true;
|
||||
liquid_range = LIQUID_LEVEL_MAX+1;
|
||||
drowning = 0;
|
||||
light_source = 0;
|
||||
light_source = 15; //fullbright
|
||||
damage_per_second = 0;
|
||||
node_box = NodeBox();
|
||||
selection_box = NodeBox();
|
||||
|
|
Loading…
Reference in New Issue