forked from nalc/homedecor_modpack
		
	fix oven recipe
This commit is contained in:
		| @@ -971,9 +971,9 @@ minetest.register_craft({ | |||||||
| minetest.register_craft({ | minetest.register_craft({ | ||||||
|         output = "homedecor:oven_steel", |         output = "homedecor:oven_steel", | ||||||
|         recipe = { |         recipe = { | ||||||
| 		{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot", }, | 		{"homedecor:heating_element", "default:steel_ingot", "homedecor:heating_element", }, | ||||||
| 		{"default:steel_ingot", "default:glass", "default:steel_ingot", }, | 		{"default:steel_ingot", "default:glass", "default:steel_ingot", }, | ||||||
| 		{"default:steel_ingot", "default:copper_ingot", "default:steel_ingot", }, | 		{"default:steel_ingot", "homedecor:heating_element", "default:steel_ingot", }, | ||||||
| 	} | 	} | ||||||
| }) | }) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user