From cf9c4fa3b16bf819b5763426f5b1f57856bb14da Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 21 Sep 2014 13:51:55 +0200 Subject: use default copper instead of moreores copper for the water pump recipe --- crafts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crafts.lua') diff --git a/crafts.lua b/crafts.lua index 12913d7..e83718f 100644 --- a/crafts.lua +++ b/crafts.lua @@ -32,7 +32,7 @@ minetest.register_craft( { output = "pipeworks:pump_off 2", recipe = { { "default:stone", "default:steel_ingot", "default:stone" }, - { "moreores:copper_ingot", "default:mese_crystal_fragment", "moreores:copper_ingot" }, + { "default:copper_ingot", "default:mese_crystal_fragment", "default:copper_ingot" }, { "default:steel_ingot", "default:steel_ingot", "default:steel_ingot" } }, }) -- cgit v1.2.3