Skip to content

Commit 87bfbb4

Browse files
author
Jeija
committedNov 21, 2014
Fix #183, noteblock now uses default drawtype
1 parent 1b9f1b8 commit 87bfbb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎mesecons_noteblock/init.lua

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ minetest.register_node("mesecons_noteblock:noteblock", {
22
description = "Noteblock",
33
tiles = {"mesecons_noteblock.png"},
44
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2},
5-
drawtype = "allfaces_optional",
65
visual_scale = 1.3,
76
paramtype="light",
87
after_place_node = function(pos)

0 commit comments

Comments
 (0)
Please sign in to comment.