Show recipe signal for sand-from-crushed-stone
This commit is contained in:
parent
119c704745
commit
fe0ea848f3
1 changed files with 2 additions and 1 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue