made pore block flammable
This commit is contained in:
parent
758af954b2
commit
c202d8cbed
@ -280,7 +280,7 @@ minetest.register_node("ethereal:mushroom_pore", {
|
|||||||
tiles = {"mushroom_pore.png"},
|
tiles = {"mushroom_pore.png"},
|
||||||
groups = {
|
groups = {
|
||||||
snappy = 3, cracky = 3, choppy = 3, oddly_breakable_by_hand = 3,
|
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(),
|
sounds = default.node_sound_dirt_defaults(),
|
||||||
})
|
})
|
Loading…
x
Reference in New Issue
Block a user