forked from mtcontrib/homedecor_modpack
		
	Better selection boxes and inventory textures for shingles and skylights.
Also added frosted glass skylight
This commit is contained in:
		
							
								
								
									
										12
									
								
								crafts.lua
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								crafts.lua
									
									
									
									
									
								
							@@ -394,6 +394,18 @@ minetest.register_craft( {
 | 
			
		||||
        },
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft( {
 | 
			
		||||
	type = "shapeless",
 | 
			
		||||
        output = 'homedecor:skylight',
 | 
			
		||||
        recipe = { 'homedecor:skylight_frosted' },
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft( {
 | 
			
		||||
	type = "shapeless",
 | 
			
		||||
        output = 'homedecor:skylight_frosted',
 | 
			
		||||
        recipe = { 'homedecor:skylight' },
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
-- Various colors of shutters
 | 
			
		||||
 | 
			
		||||
minetest.register_craft( {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user