temporary fixes for dark inventory images in smoothglass and grates

这个提交包含在:
Vanessa Ezekowitz
2014-06-27 22:17:59 -04:00
父节点 e331c66f72
当前提交 afd514164d

查看文件

@@ -119,6 +119,7 @@ minetest.register_node("building_blocks:smoothglass", {
drawtype = "glasslike",
description = "Streak Free Glass",
tile_images = {"building_blocks_sglass.png"},
inventory_image = minetest.inventorycube("building_blocks_sglass.png"),
paramtype = "light",
sunlight_propagates = true,
is_ground_content = true,
@@ -129,6 +130,7 @@ minetest.register_node("building_blocks:grate", {
drawtype = "glasslike",
description = "Grate",
tile_images = {"building_blocks_grate.png"},
inventory_image = minetest.inventorycube("building_blocks_grate.png"),
paramtype = "light",
sunlight_propagates = true,
is_ground_content = true,