flowers should be a lightsource

This commit is contained in:
tchncs 2016-12-13 19:26:05 +01:00
parent ed777e4148
commit 4e28d90d06

View file

@ -47,6 +47,7 @@ local function add_simple_flower(name, desc, box, f_groups)
walkable = false, walkable = false,
buildable_to = true, buildable_to = true,
stack_max = 99, stack_max = 99,
light_source = 4,
groups = f_groups, groups = f_groups,
sounds = default.node_sound_leaves_defaults(), sounds = default.node_sound_leaves_defaults(),
selection_box = { selection_box = {