Remove flora group from ivy
flora is used for the flower spread ABM
This commit is contained in:
parent
adc630b730
commit
99fcea1af9
@ -439,7 +439,7 @@ xdecor.register("ivy", {
|
|||||||
drawtype = "signlike",
|
drawtype = "signlike",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
climbable = true,
|
climbable = true,
|
||||||
groups = {snappy = 3, flora = 1, attached_node = 1, plant = 1, flammable = 3},
|
groups = {snappy = 3, attached_node = 1, plant = 1, flammable = 3},
|
||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
selection_box = {type="wallmounted"},
|
selection_box = {type="wallmounted"},
|
||||||
tiles = {"xdecor_ivy.png"},
|
tiles = {"xdecor_ivy.png"},
|
||||||
|
Loading…
Reference in New Issue
Block a user