Fix door closing if dig opaque block next to it

This commit is contained in:
Wuzzy 2018-01-26 21:11:49 +01:00
parent 03b6c17f51
commit e8ebc537f0
5 changed files with 8 additions and 5 deletions

View file

@ -121,6 +121,7 @@ mcl_fences.register_fence_gate = function(id, fence_gate_name, texture, groups,
cgroups.fence_gate = 1
cgroups.deco_block = 1
cgroups.mesecon_ignore_opaque_dig = 1
cgroups.mesecon_effector_on = 1
cgroups.fence_gate = 1
minetest.register_node(open_gate_id, {