diff --git a/changelog.txt b/changelog.txt index 579f5e2..bca3576 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 3.2.8 +Date: 2025-08-17 + Bugfixes: + - Fixed an occasional crash where the atomizer tech icon was the wrong size. Resolves https://github.com/pyanodon/pybugreports/issues/1157 +--------------------------------------------------------------------------------------------------- Version: 3.2.7 Date: 2025-08-13 Changes: diff --git a/data.lua b/data.lua index fe18a41..7438ee4 100644 --- a/data.lua +++ b/data.lua @@ -2,7 +2,7 @@ TECHNOLOGY { type = "technology", name = "atomizer-mk00", icon = "__PyBlock__/graphics/icons/atomizer-mk00.png", - icon_size = 128, + icon_size = 64, order = "c-a", prerequisites = {}, effects = {}, diff --git a/info.json b/info.json index b02bc84..f786ff3 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "PyBlock", - "version": "3.2.7", + "version": "3.2.8", "factorio_version": "2.0", "title": "PyBlock", "author": "KingArthur",