diff options
author | Tim <t4im@users.noreply.github.com> | 2014-09-21 13:51:55 +0200 |
---|---|---|
committer | Tim <t4im@users.noreply.github.com> | 2014-09-21 13:51:55 +0200 |
commit | cf9c4fa3b16bf819b5763426f5b1f57856bb14da (patch) | |
tree | b0ccb9ef41cbc8ce061988902e026c80eeb61785 | |
parent | 5b2e3a44c35574009f66d52404bc23cab84ba6eb (diff) | |
download | pipeworks-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
-rw-r--r-- | crafts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } }, }) |