summaryrefslogtreecommitdiff
path: root/technic/machines/register/battery_box.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/machines/register/battery_box.lua')
-rw-r--r--technic/machines/register/battery_box.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/machines/register/battery_box.lua b/technic/machines/register/battery_box.lua
index 7f25dfd..d10b705 100644
--- a/technic/machines/register/battery_box.lua
+++ b/technic/machines/register/battery_box.lua
@@ -18,7 +18,7 @@ minetest.register_craft({
output = "technic:battery",
recipe = {
{"group:wood", "default:copper_ingot", "group:wood"},
- {"group:wood", "moreores:tin_ingot", "group:wood"},
+ {"group:wood", "default:tin_ingot", "group:wood"},
{"group:wood", "default:copper_ingot", "group:wood"},
}
})