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
|
@ -42,6 +42,7 @@ function mcl_doors:register_door(name, def)
|
|||
def.groups.not_in_creative_inventory = 1
|
||||
def.groups.dig_by_piston = 1
|
||||
def.groups.door = 1
|
||||
def.groups.mesecon_ignore_opaque_dig = 1
|
||||
|
||||
if not def.sound_open then
|
||||
def.sound_open = "doors_door_open"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue