Zefram
2014-07-14 69487e530bbc56a1990fe519749b8e44e1dd5092
Fix drill recipe

It was attempting to get the copper ingot from the wrong mod.
1 files modified
2 ■■■ changed files
technic/tools/mining_drill.lua 2 ●●● patch | view | raw | blame | history
technic/tools/mining_drill.lua
@@ -8,7 +8,7 @@
    recipe = {
        {'moreores:tin_ingot',            'technic:diamond_drill_head', 'moreores:tin_ingot'},
        {'technic:stainless_steel_ingot', 'technic:motor',              'technic:stainless_steel_ingot'},
        {'',                              'technic:red_energy_crystal', 'moreores:copper_ingot'},
        {'',                              'technic:red_energy_crystal', 'default:copper_ingot'},
    }
})
minetest.register_craft({