diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-09-02 21:38:46 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-09-02 21:38:46 +0100 |
commit | 9ae811465ea37703f9ee85dfd97f7082190e60ea (patch) | |
tree | 3144c07d65f9a6c2d98fa2b37f5ae573ad5d7238 /plantlife.lua | |
parent | 9dac31a106b10e72bb3a5e71f8cd5d8f69e5aafb (diff) |
tweak fiery biome decoration
Diffstat (limited to 'plantlife.lua')
-rw-r--r-- | plantlife.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plantlife.lua b/plantlife.lua index 31846e3..887d1bc 100644 --- a/plantlife.lua +++ b/plantlife.lua @@ -162,7 +162,7 @@ minetest.register_node("ethereal:dry_shrub", { waving = 1, walkable = false, buildable_to = true, - groups = {snappy = 3, flora = 1, attached_node = 1, flammable = 2}, + groups = {snappy = 3, flora = 1, attached_node = 1}, sounds = default.node_sound_leaves_defaults(), selection_box = { type = "fixed", |