diff --git a/changelog.txt b/changelog.txt index 53658fe..2a88a38 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,11 @@ --------------------------------------------------------------------------------------------------- +Version: 0.0.4 +Date: 2022-07-07 + Fixes: + - Support foundry minimal mode for bronze + Changes: + - Thumbnail tweak +--------------------------------------------------------------------------------------------------- Version: 0.0.3 Date: 2022-07-06 Features: diff --git a/info.json b/info.json index 112db93..8106bfd 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bztin", - "version": "0.0.3", + "version": "0.0.4", "factorio_version": "1.1", "title": "Tin", "author": "Brevven", diff --git a/thumbnail.png b/thumbnail.png index 51c2004..aa05956 100644 Binary files a/thumbnail.png and b/thumbnail.png differ diff --git a/thumbnail.xcf b/thumbnail.xcf index 1566ed1..fb6ae5b 100644 Binary files a/thumbnail.xcf and b/thumbnail.xcf differ diff --git a/tin-recipe.lua b/tin-recipe.lua index a08ace1..bf2ad19 100644 --- a/tin-recipe.lua +++ b/tin-recipe.lua @@ -200,7 +200,7 @@ data:extend({ for item, count in pairs(bronze_i) do util.add_ingredient("bronze-plate", item, count) end -if mods.bzfoundry then +if mods.bzfoundry and data.raw.item["foundry"] then util.add_effect("foundry", { type = "unlock-recipe", recipe = "bronze-plate" }) util.add_prerequisite("fast-inserter", "foundry") util.set_to_founding("bronze-plate")