RealBadAngel
2013-04-15 cdb368913b471ef2d8a3c8dc681f848548803e13
Update recipes
2 files modified
6 ■■■■ changed files
technic/geothermal.lua 4 ●●●● patch | view | raw | blame | history
technic/sonic_screwdriver.lua 2 ●●● patch | view | raw | blame | history
technic/geothermal.lua
@@ -4,8 +4,8 @@
    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'},
    }
})
technic/sonic_screwdriver.lua
@@ -52,7 +52,7 @@
minetest.register_craft({
    output = "technic:sonic_screwdriver",
    recipe = {
        {"technic:diamond"},
        {"default:diamond"},
        {"technic:battery"},
        {"technic:stainless_steel_ingot"}
        }