Fix door closing if dig opaque block next to it
This commit is contained in:
parent
03b6c17f51
commit
e8ebc537f0
5 changed files with 8 additions and 5 deletions
|
@ -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, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue