Apply hardness to some redstone elements
This commit is contained in:
parent
0cb1a39c33
commit
bd8c71be7c
6 changed files with 23 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
minetest.register_node("mesecons_noteblock:noteblock", {
|
||||
description = "Note Block",
|
||||
tiles = {"mesecons_noteblock.png"},
|
||||
groups = {choppy=2,oddly_breakable_by_hand=2},
|
||||
groups = {handy=1,axey=1, oddly_breakable_by_hand=2},
|
||||
drawtype = "allfaces_optional",
|
||||
visual_scale = 1.3,
|
||||
paramtype="light",
|
||||
|
@ -22,6 +22,7 @@ minetest.register_node("mesecons_noteblock:noteblock", {
|
|||
end
|
||||
}},
|
||||
_mcl_blast_resistance = 4,
|
||||
_mcl_hardness = 0.8,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue