ShadowNinja
2013-07-05 2d168e5afc57f8da9973b67d0811cc33fed9e3a3
technic/battery_box.lua
@@ -22,9 +22,9 @@
minetest.register_craft({
            output = 'technic:battery 1',
            recipe = {
               {'default:wood', 'moreores:copper_ingot', 'default:wood'},
               {'default:wood', 'moreores:tin_ingot', 'default:wood'},
               {'default:wood', 'moreores:copper_ingot', 'default:wood'},
               {'default:wood', 'default:copper_ingot', 'default:wood'},
               {'default:wood', 'moreores:tin_ingot',   'default:wood'},
               {'default:wood', 'default:copper_ingot', 'default:wood'},
            }
         })