From d64ff3a7b5453aa36733b92fee472c03212ab0fb Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 23 Oct 2015 13:42:13 -0400 Subject: [PATCH] tile_images --> tiles --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 3e13386..6ece9f3 100644 --- a/init.lua +++ b/init.lua @@ -104,7 +104,7 @@ FORMALDARKNESS = { register_clay_block = function(name,formalname) minetest.register_node("unifiedbricks:" .. TYPES[1] .. name, { description = formalname .. FORMALTYPES[1], - tile_images = {"unifiedbricks_" .. TYPES[1] .. name .. ".png"}, + tiles = {"unifiedbricks_" .. TYPES[1] .. name .. ".png"}, is_ground_content = true, groups = {crumbly=3, not_in_creative_inventory=1}, drop = "unifiedbricks:" .. TYPES[2] .. name .. " 4", @@ -130,7 +130,7 @@ end register_brick_block = function(name,formalname) minetest.register_node("unifiedbricks:" .. TYPES[4] .. name, { description = formalname .. FORMALTYPES[4], - tile_images = {"unifiedbricks_" .. TYPES[4] .. name .. ".png"}, + tiles = {"unifiedbricks_" .. TYPES[4] .. name .. ".png"}, is_ground_content = true, groups = {cracky=3, not_in_creative_inventory=1}, drop = "unifiedbricks:" .. TYPES[3] .. name .." 4", @@ -140,7 +140,7 @@ end register_multicolor = function(name,formalname,drop_one,drop_two,drop_three) minetest.register_node("unifiedbricks:" .. TYPES[5] .. name, { description = formalname .. FORMALTYPES[5], - tile_images = {"unifiedbricks_" .. TYPES[5] .. name .. ".png"}, + tiles = {"unifiedbricks_" .. TYPES[5] .. name .. ".png"}, is_ground_content = true, groups = {cracky=3, not_in_creative_inventory=1}, drop = {max_items = 4,