temporary fix for the dark inventory image for wood-framed glass in

building_blocks
This commit is contained in:
Vanessa Ezekowitz 2014-06-27 22:11:06 -04:00
parent 751a322727
commit 49878ed988
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ minetest.register_node("building_blocks:woodglass", {
drawtype = "glasslike",
description = "Wood Framed Glass",
tile_images = {"building_blocks_wglass.png"},
inventory_image = minetest.inventorycube("building_blocks_wglass.png"),
paramtype = "light",
sunlight_propagates = true,
is_ground_content = true,