Maciej Kasatkin
2012-09-11 4c99769df0997dc18acdec7868eefeee6028f602
Solar panel new recipe
1 files modified
6 ■■■■ changed files
solar_panel.lua 6 ●●●● patch | view | raw | blame | history
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'},
    }
})