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()