Fix #183, noteblock now uses default drawtype

This commit is contained in:
Jeija 2014-11-21 22:07:21 +01:00
parent 1b9f1b8c13
commit 87bfbb4de9
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ minetest.register_node("mesecons_noteblock:noteblock", {
description = "Noteblock",
tiles = {"mesecons_noteblock.png"},
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2},
drawtype = "allfaces_optional",
visual_scale = 1.3,
paramtype="light",
after_place_node = function(pos)