show recipe signals in gui
This commit is contained in:
parent
b1173d6080
commit
a76120675d
4 changed files with 9 additions and 1 deletions
|
@ -19,6 +19,7 @@ function cutil.nanotube_recipe(recipe_name, item_name, tech)
|
|||
new_recipe.icon = nil
|
||||
new_recipe.icon_size = nil
|
||||
new_recipe.icon_mipmaps = nil
|
||||
new_recipe.hide_from_signal_gui = false
|
||||
data:extend({new_recipe})
|
||||
local amt = 2 * util.get_amount(recipe_name, item_name)
|
||||
util.add_ingredient(new_recipe.name, "nanotubes", amt, {force=true})
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.7
|
||||
Date: 2025-02-13
|
||||
Changes:
|
||||
- Space Age: Show asteroid crushing recipe in signal GUI
|
||||
- Space Age: Show alternative nanotube recipes in signal GUI
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.6
|
||||
Date: 2025-02-05
|
||||
Fixes:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bzcarbon",
|
||||
"version": "2.0.6",
|
||||
"version": "2.0.7",
|
||||
"factorio_version": "2.0",
|
||||
"title": "Graphite & Diamonds",
|
||||
"author": "Brevven",
|
||||
|
|
|
@ -32,6 +32,7 @@ if mods["space-age"] then
|
|||
},
|
||||
energy_required = 5,
|
||||
results = results,
|
||||
hide_from_signal_gui = false,
|
||||
allow_productivity = true,
|
||||
allow_decomposition = false
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue