diff --git a/changelog.txt b/changelog.txt index 1a4868a..3e36bb8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.15.1 +Date: 30. 10. 2023 + Scripting: + - Updated /static-libs +--------------------------------------------------------------------------------------------------- Version: 0.15.0 Date: 28. 10. 2023 Scripting: diff --git a/data-updates.lua b/data-updates.lua index a7465c6..5e4d6d9 100644 --- a/data-updates.lua +++ b/data-updates.lua @@ -9,6 +9,9 @@ for _, v in pairs(lazyAPI.materials) do local name = v .. "-wire" add_tags(recipes[name], "wire") add_tags(items[name], "wire") + name = v .. "-cable" + add_tags(recipes[name], "cable") + add_tags(items[name], "cable") name = v .. "-gear-wheel" add_tags(recipes[name], "gear") add_tags(items[name], "gear") @@ -58,6 +61,8 @@ for _, v in pairs(lazyAPI.materials) do add_tags(recipes[name], "circuit") -- perhaps wrong add_tags(items[name], "circuit") -- perhaps wrong end +add_tags(recipes["copper-cable"], "wire") +add_tags(items["copper-cable"], "wire") for _, v in pairs{"advanced", "electronic"} do local name = v .. "-circuit" diff --git a/info.json b/info.json index 579e1b9..1a751a0 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "zk-lib", - "version": "0.15.0", + "version": "0.15.1", "factorio_version": "1.1", "title": "ZwerOxotnik's extendable mod with 8 addons", "author": "ZwerOxotnik", diff --git a/static-libs b/static-libs index 85c9ca9..9f1659f 160000 --- a/static-libs +++ b/static-libs @@ -1 +1 @@ -Subproject commit 85c9ca95273240d54efcfb17c3e8dcbc83b4c05c +Subproject commit 9f1659fdca7016686e8efd4f521b081629ba24ea