Fix deprecated item fiel names
This commit is contained in:
parent
c39e502670
commit
6388eb98f1
5 changed files with 55 additions and 55 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue