forked from mtcontrib/plantlife_modpack
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,
|
sunlight_propagates = true,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
walkable = false,
|
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(),
|
sounds = default.node_sound_leaves_defaults(),
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
|
Loading…
Reference in New Issue
Block a user