mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-10-31 14:25:28 +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