mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-11-04 15:35:35 +01:00 
			
		
		
		
	temporary fixes for dark inventory images in smoothglass and grates
This commit is contained in:
		@@ -119,6 +119,7 @@ minetest.register_node("building_blocks:smoothglass", {
 | 
				
			|||||||
	drawtype = "glasslike",
 | 
						drawtype = "glasslike",
 | 
				
			||||||
	description = "Streak Free Glass",
 | 
						description = "Streak Free Glass",
 | 
				
			||||||
	tile_images = {"building_blocks_sglass.png"},
 | 
						tile_images = {"building_blocks_sglass.png"},
 | 
				
			||||||
 | 
						inventory_image = minetest.inventorycube("building_blocks_sglass.png"),
 | 
				
			||||||
	paramtype = "light",
 | 
						paramtype = "light",
 | 
				
			||||||
	sunlight_propagates = true,
 | 
						sunlight_propagates = true,
 | 
				
			||||||
	is_ground_content = true,
 | 
						is_ground_content = true,
 | 
				
			||||||
@@ -129,6 +130,7 @@ minetest.register_node("building_blocks:grate", {
 | 
				
			|||||||
	drawtype = "glasslike",
 | 
						drawtype = "glasslike",
 | 
				
			||||||
	description = "Grate",
 | 
						description = "Grate",
 | 
				
			||||||
	tile_images = {"building_blocks_grate.png"},
 | 
						tile_images = {"building_blocks_grate.png"},
 | 
				
			||||||
 | 
						inventory_image = minetest.inventorycube("building_blocks_grate.png"),
 | 
				
			||||||
	paramtype = "light",
 | 
						paramtype = "light",
 | 
				
			||||||
	sunlight_propagates = true,
 | 
						sunlight_propagates = true,
 | 
				
			||||||
	is_ground_content = true,
 | 
						is_ground_content = true,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user