gui signal
This commit is contained in:
parent
349de95d99
commit
5fd99af576
3 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,9 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.19
|
||||
Date: 2025-02-13
|
||||
Changes:
|
||||
- Show asteroid crushing recipe in signal GUI
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.18
|
||||
Date: 2025-02-11
|
||||
Fixes:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bzlead",
|
||||
"version": "2.0.18",
|
||||
"version": "2.0.19",
|
||||
"factorio_version": "2.0",
|
||||
"title": "Lead",
|
||||
"author": "Brevven",
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ if mods["space-age"] then
|
|||
{type = "item", name = "iron-ore", amount = 7},
|
||||
{type = "item", name = "metallic-asteroid-chunk", amount = 1, probability = 0.1}
|
||||
},
|
||||
hide_from_signal_gui = false,
|
||||
allow_productivity = true,
|
||||
allow_decomposition = false
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue