Update tile_images

This commit is contained in:
Jat
2012-11-08 20:52:36 +01:00
parent 2d16152188
commit b312d73511
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
minetest.register_node("mesecons_noteblock:noteblock", {
description = "Noteblock",
tile_images = {"mesecons_noteblock.png"},
tiles = {"mesecons_noteblock.png"},
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2, mesecon = 2},
drawtype = "allfaces_optional",
visual_scale = 1.3,