mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-22 06:58:10 +01:00
Patch mcl_flowers for pickblock
This commit is contained in:
parent
055a54738b
commit
2760826ab8
1 changed files with 2 additions and 1 deletions
|
@ -414,7 +414,7 @@ local function add_large_plant(name, desc, longdesc, bottom_img, top_img, inv_im
|
|||
_on_bone_meal = on_bonemealing,
|
||||
groups = bottom_groups,
|
||||
sounds = mcl_sounds.node_sound_leaves_defaults(),
|
||||
mesh = mesh
|
||||
mesh = mesh,
|
||||
})
|
||||
|
||||
local top_groups = table.copy(bottom_groups)
|
||||
|
@ -453,6 +453,7 @@ local function add_large_plant(name, desc, longdesc, bottom_img, top_img, inv_im
|
|||
_on_bone_meal = on_bonemealing,
|
||||
groups = top_groups,
|
||||
sounds = mcl_sounds.node_sound_leaves_defaults(),
|
||||
_vl_pickblock = "mcl_flowers:"..name,
|
||||
})
|
||||
|
||||
if minetest.get_modpath("doc") and longdesc then
|
||||
|
|
Loading…
Reference in a new issue