diff --git a/changelog.txt b/changelog.txt index 742021b..afa10b9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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: diff --git a/info.json b/info.json index 57556e8..8da99ea 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzlead", - "version": "2.0.18", + "version": "2.0.19", "factorio_version": "2.0", "title": "Lead", "author": "Brevven", diff --git a/lead-asteroid-updates.lua b/lead-asteroid-updates.lua index 3f3a088..1d91363 100644 --- a/lead-asteroid-updates.lua +++ b/lead-asteroid-updates.lua @@ -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 },