From b312d7351135654b28dd16b7feb4247bd3395f2b Mon Sep 17 00:00:00 2001 From: Jat Date: Thu, 8 Nov 2012 20:52:36 +0100 Subject: Update tile_images --- mesecons_noteblock/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesecons_noteblock/init.lua') diff --git a/mesecons_noteblock/init.lua b/mesecons_noteblock/init.lua index c976d52..0b05bbb 100644 --- a/mesecons_noteblock/init.lua +++ b/mesecons_noteblock/init.lua @@ -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, -- cgit v1.2.3