Add hardness field to all mcl_core nodes

This commit is contained in:
Wuzzy 2017-02-24 15:56:46 +01:00
parent 1287ba7d69
commit 4b4a9efd77
2 changed files with 92 additions and 0 deletions

View file

@ -581,6 +581,7 @@ function mcl_core.add_glass(desc, recipeitem, color)
sounds = mcl_sounds.node_sound_glass_defaults(),
drop = "",
_mcl_blast_resistance = 1.5,
_mcl_hardness = 0.3,
})
minetest.register_craft({