1
0
Fork 0

Give slabs when pickblocking double slab blocks

This commit is contained in:
Mikita Wiśniewski 2024-08-03 13:44:53 +07:00
parent 5bbddda16a
commit 281c531533
1 changed files with 1 additions and 0 deletions

View File

@ -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