From bf9ae1a75a64c1d92d87fbecfe8f987b9b78168d Mon Sep 17 00:00:00 2001 From: Anand S <36130650+ClobberXD@users.noreply.github.com> Date: Sun, 22 Apr 2018 16:35:05 +0530 Subject: [PATCH] Fix team door craft recipe --- mods/ctf_crafting/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ctf_crafting/init.lua b/mods/ctf_crafting/init.lua index 41cc84c..748d012 100644 --- a/mods/ctf_crafting/init.lua +++ b/mods/ctf_crafting/init.lua @@ -83,7 +83,7 @@ crafting.register_recipe({ crafting.register_recipe({ type = "inv", output = "doors:door_steel", - items = { "default:steel 6" }, + items = { "default:steel_ingot 6" }, always_known = true, level = 1, })