forked from minetest-mods/mesecons
		
	Unpad insulated wire recipes (#477)
This commit is contained in:
		| @@ -87,8 +87,7 @@ minetest.register_node("mesecons_extrawires:corner_off", { | |||||||
| minetest.register_craft({ | minetest.register_craft({ | ||||||
| 	output = "mesecons_extrawires:corner_off 3", | 	output = "mesecons_extrawires:corner_off 3", | ||||||
| 	recipe = { | 	recipe = { | ||||||
| 		{"", "", ""}, | 		{"mesecons_insulated:insulated_off", "mesecons_insulated:insulated_off"}, | ||||||
| 		{"mesecons_insulated:insulated_off", "mesecons_insulated:insulated_off", ""}, | 		{"", "mesecons_insulated:insulated_off"}, | ||||||
| 		{"", "mesecons_insulated:insulated_off", ""}, |  | ||||||
| 	} | 	} | ||||||
| }) | }) | ||||||
|   | |||||||
| @@ -88,7 +88,6 @@ minetest.register_node("mesecons_extrawires:tjunction_off", { | |||||||
| minetest.register_craft({ | minetest.register_craft({ | ||||||
| 	output = "mesecons_extrawires:tjunction_off 3", | 	output = "mesecons_extrawires:tjunction_off 3", | ||||||
| 	recipe = { | 	recipe = { | ||||||
| 		{"", "", ""}, |  | ||||||
| 		{"mesecons_insulated:insulated_off", "mesecons_insulated:insulated_off", "mesecons_insulated:insulated_off"}, | 		{"mesecons_insulated:insulated_off", "mesecons_insulated:insulated_off", "mesecons_insulated:insulated_off"}, | ||||||
| 		{"", "mesecons_insulated:insulated_off", ""}, | 		{"", "mesecons_insulated:insulated_off", ""}, | ||||||
| 	} | 	} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user