mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-24 11:31:09 +01:00
Give slabs when pickblocking double slab blocks
This commit is contained in:
parent
5bbddda16a
commit
281c531533
1 changed files with 1 additions and 0 deletions
|
@ -350,6 +350,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