mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-08 16:19:37 +01:00
Patch mcl_beds for pickblock
This commit is contained in:
parent
1f73b159b8
commit
b68085c1a9
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