Add hardness field to all mcl_core nodes
This commit is contained in:
parent
1287ba7d69
commit
4b4a9efd77
2 changed files with 92 additions and 0 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue