Make many blocks drop when pushed by piston
This commit is contained in:
parent
2f4f196eaf
commit
30564e494e
27 changed files with 81 additions and 81 deletions
|
@ -21,6 +21,7 @@ mcl_doors = {}
|
|||
|
||||
function mcl_doors:register_door(name, def)
|
||||
def.groups.not_in_creative_inventory = 1
|
||||
def.groups.dig_by_piston = 1
|
||||
|
||||
if not def.sound_open then
|
||||
def.sound_open = "doors_door_open"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue