Update tile_images

This commit is contained in:
Jat
2012-11-08 20:52:36 +01:00
parent 2d16152188
commit b312d73511
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
minetest.register_node("mesecons_powerplant:power_plant", {
drawtype = "plantlike",
visual_scale = 1,
tile_images = {"jeija_power_plant.png"},
tiles = {"jeija_power_plant.png"},
inventory_image = "jeija_power_plant.png",
paramtype = "light",
walkable = false,