forked from VoxeLibre/VoxeLibre
Prevent beds from appearing and disappearing if they cannot be placed, fix #1419
This commit is contained in:
parent
d1a0299b92
commit
1b9737b431
|
@ -89,6 +89,7 @@ function mcl_beds.register_bed(name, def)
|
||||||
selection_box = selection_box_bottom,
|
selection_box = selection_box_bottom,
|
||||||
collision_box = collision_box_bottom,
|
collision_box = collision_box_bottom,
|
||||||
drop = "",
|
drop = "",
|
||||||
|
node_placement_prediction = "",
|
||||||
on_place = function(itemstack, placer, pointed_thing)
|
on_place = function(itemstack, placer, pointed_thing)
|
||||||
local under = pointed_thing.under
|
local under = pointed_thing.under
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue