summaryrefslogtreecommitdiff
path: root/leaves.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2015-08-10 16:57:12 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2015-08-10 16:57:12 +0100
commitc202d8cbed72ac7acc2e7a8e7783a31da22d1c97 (patch)
tree7a32d4fd06f226cff6eabe605314937ae21ef50e /leaves.lua
parent758af954b269e5dcae92ecc821f0c8d3bbc0c23c (diff)
made pore block flammable
Diffstat (limited to 'leaves.lua')
-rw-r--r--leaves.lua2
1 files changed, 1 insertions, 1 deletions
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