diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2015-08-10 16:57:12 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2015-08-10 16:57:12 +0100 |
commit | c202d8cbed72ac7acc2e7a8e7783a31da22d1c97 (patch) | |
tree | 7a32d4fd06f226cff6eabe605314937ae21ef50e /leaves.lua | |
parent | 758af954b269e5dcae92ecc821f0c8d3bbc0c23c (diff) |
made pore block flammable
Diffstat (limited to 'leaves.lua')
-rw-r--r-- | leaves.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |