tile_images --> tiles

This commit is contained in:
Vanessa Ezekowitz
2015-10-23 14:15:48 -04:00
parent 2d86ee64e3
commit 71b13ab0e8
2 changed files with 4 additions and 4 deletions

View File

@ -111,7 +111,7 @@ end)
minetest.register_node("technic:light", {
drawtype = "glasslike",
tile_images = {"technic_light.png"},
tiles = {"technic_light.png"},
paramtype = "light",
groups = {not_in_creative_inventory=1},
drop = "",