From c202d8cbed72ac7acc2e7a8e7783a31da22d1c97 Mon Sep 17 00:00:00 2001
From: TenPlus1 <kinsellaja@yahoo.com>
Date: Mon, 10 Aug 2015 16:57:12 +0100
Subject: made pore block flammable

---
 leaves.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'leaves.lua')

diff --git a/leaves.lua b/leaves.lua
index a14953a..6300b3c 100644
--- a/leaves.lua
+++ b/leaves.lua
@@ -280,7 +280,7 @@ minetest.register_node("ethereal:mushroom_pore", {
 	tiles = {"mushroom_pore.png"},
 	groups = {
 		snappy = 3, cracky = 3, choppy = 3, oddly_breakable_by_hand = 3,
-		disable_jump = 1, fall_damage_add_percent = -100
+		flammable = 2, disable_jump = 1, fall_damage_add_percent = -100
 	},
 	sounds = default.node_sound_dirt_defaults(),
 })
\ No newline at end of file
-- 
cgit v1.2.3