mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-11-04 04:55:26 +01:00 
			
		
		
		
	Add recipe to straighten wire (#629)
Add recipe to straighten corner insulated wires
This commit is contained in:
		@@ -67,3 +67,9 @@ minetest.register_craft({
 | 
			
		||||
		{"", "mesecons_insulated:insulated_off"},
 | 
			
		||||
	}
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "mesecons_insulated:insulated_off",
 | 
			
		||||
	type = "shapeless",
 | 
			
		||||
	recipe = {"mesecons_extrawires:corner_off"}
 | 
			
		||||
})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user