forked from mtcontrib/homedecor_modpack
		
	temporary fix for the dark inventory image for wood-framed glass in
building_blocks
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user