Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix #183, noteblock now uses default drawtype
  • Loading branch information
Jeija committed Nov 21, 2014
1 parent 1b9f1b8 commit 87bfbb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mesecons_noteblock/init.lua
Expand Up @@ -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)
Expand Down

0 comments on commit 87bfbb4

Please sign in to comment.