Skip to content

Commit

Permalink
New logistic science graphics (#173)
Browse files Browse the repository at this point in the history
* Add new logistic science pack icon

* Update item.lua for larger pink sci icon

* Updating version number and changelog

---------

Co-authored-by: KiwiHawk <[email protected]>
  • Loading branch information
Qatavin and KiwiHawk authored Feb 21, 2024
1 parent 2a4014a commit 9e9fb43
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions bobtech/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 1.2.1
Date: ???
Changes:
- Updated graphics for Logistic science pack #173
---------------------------------------------------------------------------------------------------
Version: 1.2.0
Date: 22. 12. 2023
Changes:
Expand Down
Binary file modified bobtech/graphics/icons/logistic-science-pack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion bobtech/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bobtech",
"version": "1.2.0",
"version": "1.2.1",
"factorio_version": "1.1",
"title": "Bob's Technology mod",
"author": "Bobingabout",
Expand Down
3 changes: 2 additions & 1 deletion bobtech/prototypes/item/item.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ data:extend({
name = "advanced-logistic-science-pack",
localised_name = { "item-name.logistic-science-pack" },
icon = "__bobtech__/graphics/icons/logistic-science-pack.png",
icon_size = 32,
icon_size = 64,
icon_mipmaps = 4,
subgroup = "science-pack",
order = "e[advanced-logistic-science-pack]",
stack_size = 200,
Expand Down

0 comments on commit 9e9fb43

Please sign in to comment.