ShadowNinja
2013-07-05 2d168e5afc57f8da9973b67d0811cc33fed9e3a3
technic/mining_laser_mk1.lua
@@ -75,9 +75,9 @@
minetest.register_craft({
   output = 'technic:laser_mk1',
   recipe = {
      {'technic:diamond', 'default:steel_ingot', 'technic:battery'},
      {'', 'default:steel_ingot', 'technic:battery'},
      {'', '', 'moreores:copper_ingot'},
      {'default:diamond', 'default:steel_ingot', 'technic:battery'},
      {'',                'default:steel_ingot', 'technic:battery'},
      {'',                '',                    'default:copper_ingot'},
   }
})