mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-30 15:20:37 +02:00
Made nodes breakable again
This commit is contained in:
@ -321,7 +321,12 @@ function technic.chests:definition(name, data)
|
||||
minetest.remove_node(pos)
|
||||
return drops
|
||||
end,
|
||||
_mcl_hardness = 3,
|
||||
_mcl_blast_resistance = 3,
|
||||
_mcl_silk_touch_drop = true
|
||||
}
|
||||
def.groups.pickaxey = 3
|
||||
|
||||
if data.locked then
|
||||
def.allow_metadata_inventory_move = self.inv_move
|
||||
def.allow_metadata_inventory_put = self.inv_put
|
||||
|
Reference in New Issue
Block a user