Fix deprecated item fiel names

This commit is contained in:
Wuzzy 2017-01-16 13:00:20 +01:00
parent c39e502670
commit 6388eb98f1
5 changed files with 55 additions and 55 deletions

View file

@ -935,7 +935,7 @@ function AddGlass(desc, recipeitem, color)
description = desc,
drawtype = "glasslike",
is_ground_content = false,
tile_images = {"xpanes_pane_glass_"..color..".png"},
tiles = {"xpanes_pane_glass_"..color..".png"},
inventory_image = minetest.inventorycube("xpanes_pane_glass_"..color..".png"),
paramtype = "light",
use_texture_alpha = true,