tile_images --> tiles

This commit is contained in:
Vanessa Ezekowitz
2015-10-23 13:56:04 -04:00
parent 42f087b67f
commit 2c536663e6
3 changed files with 43 additions and 43 deletions

View File

@ -32,7 +32,7 @@ end
minetest.register_node("bobblocks:health_off", {
description = "Health Pack 1 Off",
tile_images = {"bobblocks_health_off.png"},
tiles = {"bobblocks_health_off.png"},
inventory_image = "bobblocks_health_off.png",
paramtype2 = "facedir",
legacy_facedir_simple = true,
@ -48,7 +48,7 @@ minetest.register_node("bobblocks:health_off", {
minetest.register_node("bobblocks:health_on", {
description = "Health Pack 1 On",
tile_images = {"bobblocks_health_on.png"},
tiles = {"bobblocks_health_on.png"},
paramtype2 = "facedir",
legacy_facedir_simple = true,
light_source = LIGHT_MAX-0,