diff options
author | RealBadAngel <mk@realbadangel.pl> | 2013-04-15 07:52:11 +0200 |
---|---|---|
committer | RealBadAngel <mk@realbadangel.pl> | 2013-04-15 07:52:11 +0200 |
commit | cdb368913b471ef2d8a3c8dc681f848548803e13 (patch) | |
tree | 7854a434d4f311ccca97fbc8a7e275673e6e965d | |
parent | 106e1816dcd3500b9fe730c16753ec379b92d77a (diff) |
Update recipes
-rw-r--r-- | technic/geothermal.lua | 4 | ||||
-rw-r--r-- | technic/sonic_screwdriver.lua | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/technic/geothermal.lua b/technic/geothermal.lua index 93aa423..dccabf4 100644 --- a/technic/geothermal.lua +++ b/technic/geothermal.lua @@ -4,8 +4,8 @@ minetest.register_craft({ output = 'technic:geothermal', recipe = { {'default:stone', 'default:stone', 'default:stone'}, - {'moreores:copper_ingot', 'technic:diamond', 'moreores:copper_ingot'}, - {'default:stone', 'moreores:copper_ingot', 'default:stone'}, + {'default:copper_ingot', 'default:diamond', 'default:copper_ingot'}, + {'default:stone', 'default:copper_ingot', 'default:stone'}, } }) diff --git a/technic/sonic_screwdriver.lua b/technic/sonic_screwdriver.lua index 523b253..97ec446 100644 --- a/technic/sonic_screwdriver.lua +++ b/technic/sonic_screwdriver.lua @@ -52,7 +52,7 @@ minetest.register_tool("technic:sonic_screwdriver", { minetest.register_craft({ output = "technic:sonic_screwdriver", recipe = { - {"technic:diamond"}, + {"default:diamond"}, {"technic:battery"}, {"technic:stainless_steel_ingot"} } |