mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2024-11-05 01:40:31 +01:00
add attached_node=1 to all flowers not in pots (except waterlilies)
This commit is contained in:
parent
13114913f5
commit
03dcbce4f0
|
@ -28,7 +28,7 @@ for i in ipairs(flowers_list) do
|
|||
sunlight_propagates = true,
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
groups = { snappy = 3,flammable=2, flower=1 },
|
||||
groups = { snappy = 3,flammable=2, flower=1, attached_node=1 },
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
|
|
Loading…
Reference in New Issue
Block a user