From 8c33076724438be03c7f761cdb0aad6a9b7a078b Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 19 Apr 2018 00:45:21 +0100 Subject: [PATCH] Add mese -> mese crystal --- mods/ctf_crafting/init.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mods/ctf_crafting/init.lua b/mods/ctf_crafting/init.lua index e8ee7d6..91cc424 100644 --- a/mods/ctf_crafting/init.lua +++ b/mods/ctf_crafting/init.lua @@ -56,6 +56,14 @@ for _, orex in pairs(lim_ores) do }) end +crafting.register_recipe({ + type = "inv", + output = "default:mese_crystal 9", + items = { "default:mese"}, + always_known = true, + level = 1, +}) + crafting.register_recipe({ type = "inv", output = "default:furnace",