ShadowNinja
2014-04-03 7dc21cec406598b974063bc0779a611edaea90be
Fix steel ingot item name in laser Mk1 crafting recipe
1 files modified
2 ■■■ changed files
technic/tools/mining_lasers.lua 2 ●●● patch | view | raw | blame | history
technic/tools/mining_lasers.lua
@@ -17,7 +17,7 @@
    output = 'technic:laser_mk1',
    recipe = {
        {'default:diamond', 'default:steel_ingot', 'technic:red_energy_crystal'},
        {'',                'default:steel_ingot', 'technic:steel_ingot'},
        {'',                'default:steel_ingot', 'default:steel_ingot'},
        {'',                '',                    'default:copper_ingot'},
    }
})