From ed65e556802fbb6a39d7f61f2c788f2a717b6336 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sun, 14 Sep 2025 15:56:27 +0200 Subject: [PATCH] Stone brick from sand is now crafted in assemblers --- crushing-industry-compatibility/prototypes/vanilla.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crushing-industry-compatibility/prototypes/vanilla.lua b/crushing-industry-compatibility/prototypes/vanilla.lua index fbc1020..7727bb0 100644 --- a/crushing-industry-compatibility/prototypes/vanilla.lua +++ b/crushing-industry-compatibility/prototypes/vanilla.lua @@ -23,7 +23,7 @@ Recipe:new({ Recipe:new({ type = "recipe", name = "stone-brick-sand", - category = "smelting", + category = "crafting", energy_required = 3.2, enabled = false, auto_recycle = false,