mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-08 16:19:37 +01:00
Give slabs when pickblocking double slab blocks
This commit is contained in:
parent
fbe93ccba3
commit
3c6c1c5ffc
1 changed files with 1 additions and 0 deletions
|
@ -362,6 +362,7 @@ function mcl_stairs.register_slab(subname, recipeitem, groups, images, descripti
|
||||||
drop = lower_slab .. " 2",
|
drop = lower_slab .. " 2",
|
||||||
_mcl_hardness = hardness,
|
_mcl_hardness = hardness,
|
||||||
_mcl_blast_resistance = blast_resistance,
|
_mcl_blast_resistance = blast_resistance,
|
||||||
|
_vl_pickblock = lower_slab,
|
||||||
})
|
})
|
||||||
|
|
||||||
if recipeitem then
|
if recipeitem then
|
||||||
|
|
Loading…
Reference in a new issue