From fe0ea848f33b885474423690bad51b78a59dd48c Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sun, 21 Dec 2025 23:24:22 +0100 Subject: [PATCH] Show recipe signal for sand-from-crushed-stone --- crushing-industry-compatibility/prototypes/muluna.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crushing-industry-compatibility/prototypes/muluna.lua b/crushing-industry-compatibility/prototypes/muluna.lua index 596b81d..f8c0dd3 100644 --- a/crushing-industry-compatibility/prototypes/muluna.lua +++ b/crushing-industry-compatibility/prototypes/muluna.lua @@ -16,7 +16,8 @@ Recipe:new({ { type = "item", name = "sand", amount = 1, extra_count_fraction = 0.5 }, CrushingIndustry.make_crushing_byproduct("stone-crushed"), }, - main_product = "sand" + main_product = "sand", + hide_from_signal_gui = false }) :unlockedByTechnology("muluna-regolith-digging") :apply()