From 7858a0c8532b5c16b77b2c7ae5b4f5029b5970eb Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Thu, 4 Jan 2018 09:56:50 +0000 Subject: vine, lightstring and dry shrub now flammable --- plantlife.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plantlife.lua') diff --git a/plantlife.lua b/plantlife.lua index 372dfe6..3f9a714 100644 --- a/plantlife.lua +++ b/plantlife.lua @@ -70,7 +70,7 @@ minetest.register_node("ethereal:vine", { selection_box = { type = "wallmounted", }, - groups = {choppy = 3, oddly_breakable_by_hand = 1}, + groups = {choppy = 3, oddly_breakable_by_hand = 1, flammable = 2}, legacy_wallmounted = true, sounds = default.node_sound_leaves_defaults(), }) @@ -100,7 +100,7 @@ minetest.register_node("ethereal:lightstring", { selection_box = { type = "wallmounted", }, - groups = {choppy = 3, oddly_breakable_by_hand = 1}, + groups = {choppy = 3, oddly_breakable_by_hand = 1, flammable = 2}, legacy_wallmounted = true, sounds = default.node_sound_leaves_defaults(), }) @@ -161,7 +161,7 @@ minetest.register_node("ethereal:dry_shrub", { waving = 1, walkable = false, buildable_to = true, - groups = {snappy = 3, flora = 1, attached_node = 1}, + groups = {snappy = 3, flora = 1, attached_node = 1, flammable = 2}, sounds = default.node_sound_leaves_defaults(), selection_box = { type = "fixed", -- cgit v1.2.3