summaryrefslogtreecommitdiff
path: root/crafts.lua
diff options
context:
space:
mode:
authorTim <t4im@users.noreply.github.com>2014-09-21 13:51:55 +0200
committerTim <t4im@users.noreply.github.com>2014-09-21 13:51:55 +0200
commitcf9c4fa3b16bf819b5763426f5b1f57856bb14da (patch)
treeb0ccb9ef41cbc8ce061988902e026c80eeb61785 /crafts.lua
parent5b2e3a44c35574009f66d52404bc23cab84ba6eb (diff)
downloadpipeworks-cf9c4fa3b16bf819b5763426f5b1f57856bb14da.tar
pipeworks-cf9c4fa3b16bf819b5763426f5b1f57856bb14da.tar.gz
pipeworks-cf9c4fa3b16bf819b5763426f5b1f57856bb14da.tar.bz2
pipeworks-cf9c4fa3b16bf819b5763426f5b1f57856bb14da.tar.xz
pipeworks-cf9c4fa3b16bf819b5763426f5b1f57856bb14da.zip
use default copper instead of moreores copper for the water pump recipe
Diffstat (limited to 'crafts.lua')
-rw-r--r--crafts.lua2
1 files changed, 1 insertions, 1 deletions
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" }
},
})