mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-10-30 10:05:34 +01:00 
			
		
		
		
	add recipes for wrought iron fence #2 and its door, bedroom door, glass
shingle
This commit is contained in:
		| @@ -1073,11 +1073,14 @@ minetest.register_craft({ | ||||
|  | ||||
| minetest.register_craft({ | ||||
|         type = "shapeless", | ||||
|         output = "vessels:glass_fragments", | ||||
|         output = "vessels:glass_fragments 2", | ||||
|         recipe = { | ||||
| 		"homedecor:skylight", | ||||
| 		"homedecor:skylight", | ||||
| 		"homedecor:skylight", | ||||
| 		"homedecor:skylight", | ||||
| 		"homedecor:skylight", | ||||
| 		"homedecor:skylight" | ||||
| 	} | ||||
| }) | ||||
|  | ||||
| @@ -1444,6 +1447,13 @@ minetest.register_craft( { | ||||
|  | ||||
| -- other types of fences | ||||
|  | ||||
| minetest.register_craft( { | ||||
| 	output = "homedecor:fence_wrought_iron_2 2", | ||||
| 	recipe = { | ||||
| 		{ "homedecor:pole_wrought_iron", "default:iron_lump" }, | ||||
| 		{ "homedecor:pole_wrought_iron", "default:iron_lump" }, | ||||
| 	}, | ||||
| }) | ||||
|  | ||||
| minetest.register_craft( { | ||||
| 	output = "homedecor:fence_picket 6", | ||||
| @@ -1772,6 +1782,28 @@ minetest.register_craft( { | ||||
|         }, | ||||
| }) | ||||
|  | ||||
| -- wrought fence-like door | ||||
|  | ||||
| minetest.register_craft( { | ||||
|         output = "homedecor:door_wrought_iron_bottom_left 2", | ||||
|         recipe = { | ||||
| 			{ "homedecor:pole_wrought_iron", "default:iron_lump" }, | ||||
| 			{ "homedecor:pole_wrought_iron", "default:iron_lump" }, | ||||
| 			{ "homedecor:pole_wrought_iron", "default:iron_lump" } | ||||
|         }, | ||||
| }) | ||||
|  | ||||
| -- bedroom door | ||||
|  | ||||
| minetest.register_craft( { | ||||
| 	output = "homedecor:door_bedroom_bottom_left", | ||||
| 	recipe = { | ||||
| 		{ "dye:white", "dye:white", "" }, | ||||
| 		{ "homedecor:door_wood_plain_bottom_left", "technic:brass_ingot", "" }, | ||||
| 		{ "", "", "" }, | ||||
| 	}, | ||||
| }) | ||||
|  | ||||
| -- washer and dryer | ||||
|  | ||||
| minetest.register_craft( { | ||||
|   | ||||
| @@ -155,6 +155,13 @@ homedecor.register_slope = function(modname, subname, recipeitem, groups, images | ||||
| 	}) | ||||
| end | ||||
|  | ||||
| minetest.register_craft( { | ||||
| 	output = "homedecor:shingle_side_glass", | ||||
| 	recipe = { | ||||
| 		{ "homedecor:skylight", "homedecor:skylight", "homedecor:skylight" } | ||||
| 	} | ||||
| }) | ||||
|  | ||||
| minetest.register_craft( { | ||||
| 	output = "homedecor:roof_tile_terracotta 8", | ||||
| 	recipe = { | ||||
| @@ -293,3 +300,4 @@ homedecor.register_slope("homedecor", "glass", | ||||
| 	}, | ||||
| 	"Glass Shingles" | ||||
| ) | ||||
|  | ||||
|   | ||||
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 595 B After Width: | Height: | Size: 597 B | 
		Reference in New Issue
	
	Block a user