diff options
author | Jat <jinan15@hotmail.com> | 2012-11-08 20:52:36 +0100 |
---|---|---|
committer | Jat <jinan15@hotmail.com> | 2012-11-08 20:52:36 +0100 |
commit | b312d7351135654b28dd16b7feb4247bd3395f2b (patch) | |
tree | 34b5c9f1c6c7044d62e514bc9673947c17a6faed /mesecons_noteblock/init.lua | |
parent | 2d16152188bea4b71051d11d65eb91eed89bf1c3 (diff) |
Update tile_images
Diffstat (limited to 'mesecons_noteblock/init.lua')
-rw-r--r-- | mesecons_noteblock/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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, |