Made nodes breakable again

This commit is contained in:
James David Clarke
2023-12-28 08:47:46 +00:00
parent 58df66b7bc
commit 9a231387a3
31 changed files with 263 additions and 65 deletions

View File

@ -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