tile_images --> tiles

This commit is contained in:
Vanessa Ezekowitz
2015-10-23 13:08:58 -04:00
parent 2349447ba8
commit 16db34a9f1
3 changed files with 8 additions and 8 deletions

View File

@ -33,7 +33,7 @@ vines.register_vine = function( name, defs, biome )
paramtype = "light",
paramtype2 = "wallmounted",
buildable_to = true,
tile_images = { vine_image_end },
tiles = { vine_image_end },
drawtype = drawtype,
inventory_image = vine_image_end,
groups = groups,
@ -71,7 +71,7 @@ vines.register_vine = function( name, defs, biome )
paramtype = "light",
paramtype2 = "wallmounted",
buildable_to = true,
tile_images = { vine_image_middle },
tiles = { vine_image_middle },
wield_image = vine_image_middle,
drawtype = drawtype,
inventory_image = vine_image_middle,