forked from mtcontrib/homedecor_modpack
temporary fix for the dark inventory image for wood-framed glass in
building_blocks
This commit is contained in:
parent
751a322727
commit
49878ed988
@ -139,6 +139,7 @@ minetest.register_node("building_blocks:woodglass", {
|
|||||||
drawtype = "glasslike",
|
drawtype = "glasslike",
|
||||||
description = "Wood Framed Glass",
|
description = "Wood Framed Glass",
|
||||||
tile_images = {"building_blocks_wglass.png"},
|
tile_images = {"building_blocks_wglass.png"},
|
||||||
|
inventory_image = minetest.inventorycube("building_blocks_wglass.png"),
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user