Remove inventorycube

master
Wuzzy 2017-06-13 21:39:23 +02:00
parent 99fb45fa68
commit 81ae0167d3
1 changed files with 0 additions and 1 deletions

View File

@ -152,7 +152,6 @@ for i=1,#cc.colors do
local nodedef_window = {
description = cc.human_colors.window[c],
tiles = { "colorcubes_window_"..c..".png" },
inventory_image = minetest.inventorycube("colorcubes_window_"..c..".png"),
groups = { dig_immediate = 2, colorcube = 1, colorcube_window = 1 },
use_texture_alpha = true,
drawtype = "glasslike",