Skip to content

Commit

Permalink
Update to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZwerOxotnik committed Oct 30, 2023
1 parent ac6382a commit 43371c2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 5 additions & 0 deletions data-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion static-libs

0 comments on commit 43371c2

Please sign in to comment.