From 905ab2607f3716c8844408bf997a4afab4e8eef2 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 17 Mar 2019 02:27:54 +0000 Subject: [PATCH] Add steel ingot to reinforced cobble recipe --- mods/ctf/ctf_crafting/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ctf/ctf_crafting/init.lua b/mods/ctf/ctf_crafting/init.lua index cb60e5b..85537dc 100644 --- a/mods/ctf/ctf_crafting/init.lua +++ b/mods/ctf/ctf_crafting/init.lua @@ -68,7 +68,7 @@ crafting.register_recipe({ crafting.register_recipe({ type = "inv", output = "ctf_map:reinforced_cobble", - items = { "default:cobble 4" }, + items = { "default:cobble 4", "default:steel_ingot" }, always_known = true, level = 1, })