Patch mcl_beds for pickblock

This commit is contained in:
Mikita Wiśniewski 2024-08-01 09:27:11 +07:00
parent 1448f3e7b8
commit f8d3d1c25d
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ function mcl_beds.register_bed(name, def)
on_rotate = rotate,
after_destruct = destruct_bed,
on_dig = dig_bed,
_vl_pickblock = name .. "_bottom",
})
minetest.register_alias(name, name .. "_bottom")