mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-24 11:31:09 +01:00
Patch mcl_beds for pickblock
This commit is contained in:
parent
f8931ec5e2
commit
174ad29e0a
1 changed files with 1 additions and 0 deletions
|
@ -302,6 +302,7 @@ function mcl_beds.register_bed(name, def)
|
||||||
on_rotate = rotate,
|
on_rotate = rotate,
|
||||||
after_destruct = destruct_bed,
|
after_destruct = destruct_bed,
|
||||||
on_dig = dig_bed,
|
on_dig = dig_bed,
|
||||||
|
_vl_pickblock = name .. "_bottom",
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_alias(name, name .. "_bottom")
|
minetest.register_alias(name, name .. "_bottom")
|
||||||
|
|
Loading…
Reference in a new issue