Show recipe signal for sand-from-crushed-stone

This commit is contained in:
Simon Brodtmann 2025-12-21 23:24:22 +01:00
parent 119c704745
commit fe0ea848f3

View file

@ -16,7 +16,8 @@ Recipe:new({
{ type = "item", name = "sand", amount = 1, extra_count_fraction = 0.5 }, { type = "item", name = "sand", amount = 1, extra_count_fraction = 0.5 },
CrushingIndustry.make_crushing_byproduct("stone-crushed"), CrushingIndustry.make_crushing_byproduct("stone-crushed"),
}, },
main_product = "sand" main_product = "sand",
hide_from_signal_gui = false
}) })
:unlockedByTechnology("muluna-regolith-digging") :unlockedByTechnology("muluna-regolith-digging")
:apply() :apply()