mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-11-04 04:55:29 +01:00 
			
		
		
		
	Merge pull request #360 from Thomas--S/patch-1
Make Wrought Iron Fence 2 recipe more generous
This commit is contained in:
		@@ -1298,15 +1298,7 @@ minetest.register_craft( {
 | 
				
			|||||||
-- other types of fences
 | 
					-- other types of fences
 | 
				
			||||||
 | 
					
 | 
				
			||||||
minetest.register_craft( {
 | 
					minetest.register_craft( {
 | 
				
			||||||
	output = "homedecor:fence_wrought_iron_2 2",
 | 
						output = "homedecor:fence_wrought_iron_2 4",
 | 
				
			||||||
	recipe = {
 | 
					 | 
				
			||||||
		{ "homedecor:pole_wrought_iron", "default:iron_lump" },
 | 
					 | 
				
			||||||
		{ "homedecor:pole_wrought_iron", "default:iron_lump" },
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
})
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
minetest.register_craft( {
 | 
					 | 
				
			||||||
	output = "homedecor:fence_wrought_iron_2 2",
 | 
					 | 
				
			||||||
	recipe = {
 | 
						recipe = {
 | 
				
			||||||
		{ "homedecor:pole_wrought_iron", "default:iron_lump" },
 | 
							{ "homedecor:pole_wrought_iron", "default:iron_lump" },
 | 
				
			||||||
		{ "homedecor:pole_wrought_iron", "default:iron_lump" },
 | 
							{ "homedecor:pole_wrought_iron", "default:iron_lump" },
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user