flowers should be a lightsource
This commit is contained in:
parent
ed777e4148
commit
4e28d90d06
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ local function add_simple_flower(name, desc, box, f_groups)
|
|||
walkable = false,
|
||||
buildable_to = true,
|
||||
stack_max = 99,
|
||||
light_source = 4,
|
||||
groups = f_groups,
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
selection_box = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue