mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 16:11:06 +01:00
Make flowers buildable_to
This commit is contained in:
parent
744b47088b
commit
7f53c24303
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ function mcl_flowers.register_simple_flower(name, def)
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
|
buildable_to = true,
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
drop = def.drop,
|
drop = def.drop,
|
||||||
groups = {
|
groups = {
|
||||||
|
|
Loading…
Reference in a new issue