diff --git a/changelog.txt b/changelog.txt index d0e2aae..06da875 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,8 @@ --------------------------------------------------------------------------------------------------- +Version: 0.2.11 + Fixes: + - Fix some minor recipe ordering issues +--------------------------------------------------------------------------------------------------- Version: 0.2.10 Date: 2023-03-06 Features: diff --git a/info.json b/info.json index 0764d9f..65a2c5b 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzfoundry", - "version": "0.2.10", + "version": "0.2.11", "factorio_version": "1.1", "title": "Foundry", "author": "Brevven", diff --git a/refractory-updates.lua b/refractory-updates.lua index 10c6eeb..ddc17cf 100644 --- a/refractory-updates.lua +++ b/refractory-updates.lua @@ -96,6 +96,7 @@ function make_recipe(recipe) log("Attempting to make refractory recipe for " .. recipe.name) local r = futil.table.deepcopy(recipe) r.name = r.name .. "-refractory" + r.main_product = found_result r.result = nil r.result_count = nil r.enabled = false