Update window blocks

master
Wuzzy 2014-10-10 10:57:51 +02:00
parent 6216ba481c
commit 35b0949fd5
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
This is the Minetest mod Color Cubes, version 0.1.
This is the Minetest mod Color Cubes, version 0.2.

View File

@ -15,9 +15,11 @@ for i=1,#cc.colors do
local nodedef_window = {
description = h.." abstract window block",
tiles = { "colorcubes_window_"..c..".png" },
inventory_image = minetest.inventorycube("colorcubes_window_"..c..".png"),
groups = { dig_immediate = 2 },
use_texture_alpha = true,
drawtype = "glasslike",
sunlight_propagates = true,
paramtype = "light",
}
local nodedef4 = {