mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-10 09:43:53 +01:00
Add missing groups to pine sapling
This commit is contained in:
parent
5b7db48372
commit
19bdcb26f6
@ -1514,7 +1514,7 @@ minetest.register_node("default:pine_sapling", {
|
|||||||
wield_image = "default_pine_sapling.png",
|
wield_image = "default_pine_sapling.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
groups = {snappy=2,dig_immediate=3},
|
groups = {snappy=2,dig_immediate=3,flammable=2,attached_node=1},
|
||||||
sounds = default.node_sound_defaults(),
|
sounds = default.node_sound_defaults(),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user