Make flowers buildable_to
This commit is contained in:
parent
38822aba0a
commit
7ab10a8db4
|
@ -81,6 +81,7 @@ function mcl_flowers.register_simple_flower(name, def)
|
|||
sunlight_propagates = true,
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
buildable_to = true,
|
||||
stack_max = 64,
|
||||
drop = def.drop,
|
||||
groups = {
|
||||
|
|
Loading…
Reference in New Issue