Maciej Kasatkin
2012-09-12 50bf1039b837414e92fcd4e55f89203bff1f503b
solar_panel.lua
@@ -33,9 +33,9 @@
minetest.register_craft({
   output = 'technic:solar_panel 1',
   recipe = {
      {'default:sand', 'default:sand','default:sand'},
      {'default:sand', 'moreores:copper_ingot','default:sand'},
      {'default:sand', 'default:sand','default:sand'},
      {'technic:doped_silicon_wafer', 'technic:doped_silicon_wafer','technic:doped_silicon_wafer'},
      {'technic:doped_silicon_wafer', 'moreores:copper_ingot','technic:doped_silicon_wafer'},
      {'technic:doped_silicon_wafer', 'technic:doped_silicon_wafer','technic:doped_silicon_wafer'},
   }
})