Make flowers buildable_to

This commit is contained in:
Mikita Wiśniewski 2024-05-12 19:14:59 +07:00
parent 744b47088b
commit 7f53c24303
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {