Add 4 Minecraft material groups

So they can be used by the noteblock
This commit is contained in:
Wuzzy 2017-03-11 05:34:58 +01:00
parent 620eb34f9e
commit 549f541877
23 changed files with 143 additions and 131 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},
groups = {handy=1,axey=1, material_wood=1},
drawtype = "allfaces_optional",
visual_scale = 1.3,
paramtype="light",