Hardness for the last remaining items

This commit is contained in:
Wuzzy 2017-02-27 18:32:35 +01:00
parent 78fcc61759
commit 4ec6f5a3ec
10 changed files with 37 additions and 21 deletions

View file

@ -1,7 +1,7 @@
minetest.register_node("mesecons_noteblock:noteblock", {
description = "Note Block",
tiles = {"mesecons_noteblock.png"},
groups = {handy=1,axey=1, oddly_breakable_by_hand=2},
groups = {handy=1,axey=1},
drawtype = "allfaces_optional",
visual_scale = 1.3,
paramtype="light",