From 428bcaab42a8a033d4ca5eab9f796903c73bdf74 Mon Sep 17 00:00:00 2001 From: Anonomous <161108290+AnonomousAccount@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:38:02 -0800 Subject: [PATCH] Update crafting.lua --- mods/ctf/ctf_modebase/crafting.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mods/ctf/ctf_modebase/crafting.lua b/mods/ctf/ctf_modebase/crafting.lua index 3d5f82dfe..5c3041278 100644 --- a/mods/ctf/ctf_modebase/crafting.lua +++ b/mods/ctf/ctf_modebase/crafting.lua @@ -85,6 +85,13 @@ crafting.register_recipe({ always_known = true, }) +-- Stone Brick x4 +crafting.register_recipe({ + output = "default:stonebrick 4", + items = { "default:stone 4" }, + always_known = true, +}) + -- Wood x4 crafting.register_recipe({ output = "default:wood 4",