From 2d168e5afc57f8da9973b67d0811cc33fed9e3a3 Mon Sep 17 00:00:00 2001 From: ShadowNinja <noreply@gmail.com> Date: Fri, 05 Jul 2013 07:57:45 +0200 Subject: [PATCH] Use ores from default instead of moreores --- technic/generator.lua | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/technic/generator.lua b/technic/generator.lua index ae899a6..d8f4d06 100644 --- a/technic/generator.lua +++ b/technic/generator.lua @@ -4,9 +4,9 @@ minetest.register_craft({ output = 'technic:generator', recipe = { - {'default:stone', 'default:stone', 'default:stone'}, - {'default:stone', '', 'default:stone'}, - {'default:stone', 'moreores:copper_ingot', 'default:stone'}, + {'default:stone', 'default:stone', 'default:stone'}, + {'default:stone', '', 'default:stone'}, + {'default:stone', 'default:copper_ingot', 'default:stone'}, } }) -- Gitblit v1.8.0