Remove inventory_image declaration with unknown invimg

Since this is unknown, it remains unset and the game will draw the mesh to create the inventory image.
master
Auke Kok 2016-03-08 21:31:53 -08:00
parent 4b4f588113
commit a853ad4720
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ local alpha = color_tab[i][3]
minetest.register_node('mylandscaping:deco_'..obj..'_'..col, {
description = desc2.." "..coldesc,
drawtype = 'mesh',
inventory_image = invimg,
mesh = 'mylandscaping_deco_'..obj..'.obj',
tiles = {{name='mylandscaping_block_split.png'..alpha}, {name='mylandscaping_block_smooth.png'..alpha}},
groups = grup,