forked from mtcontrib/homedecor_modpack
		
	added alternate crafting recipe for glass-and-wood grid-style doors
This commit is contained in:
		@@ -1535,6 +1535,15 @@ minetest.register_craft( {
 | 
				
			|||||||
        },
 | 
					        },
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					minetest.register_craft( {
 | 
				
			||||||
 | 
					        output = "homedecor:door_wood_glass_bottom_left 2",
 | 
				
			||||||
 | 
					        recipe = {
 | 
				
			||||||
 | 
							{ "default:wood", "default:glass" },
 | 
				
			||||||
 | 
							{ "default:glass", "default:wood" },
 | 
				
			||||||
 | 
							{ "default:wood", "default:glass" },
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
minetest.register_craft( {
 | 
					minetest.register_craft( {
 | 
				
			||||||
	type = "shapeless",
 | 
						type = "shapeless",
 | 
				
			||||||
        output = "homedecor:door_wood_glass_bottom_left",
 | 
					        output = "homedecor:door_wood_glass_bottom_left",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user