forked from mtcontrib/homedecor_modpack
		
	Added chainlink fence.
This commit is contained in:
		| @@ -1149,3 +1149,11 @@ minetest.register_craft( { | ||||
|         }, | ||||
| }) | ||||
|  | ||||
| minetest.register_craft( { | ||||
|         output = "homedecor:fence_chainlink 9", | ||||
|         recipe = { | ||||
|                 { "default:steel_ingot", "default:steel_ingot", "default:steel_ingot" }, | ||||
|                 { "default:steel_ingot", "default:iron_lump", "default:steel_ingot" }, | ||||
|                 { "default:steel_ingot", "default:iron_lump", "default:steel_ingot" } | ||||
|         }, | ||||
| }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user