diff --git a/changelog.txt b/changelog.txt index cb1d7a5..b7f35fb 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,7 +2,7 @@ Version: 0.2.6 Date: 2022-08-09 Changes: - - Support advanced optional settings + - Stacked coke icon --------------------------------------------------------------------------------------------------- Version: 0.2.5 Date: 2022-07-30 diff --git a/data-final-fixes.lua b/data-final-fixes.lua index 854a78a..b4c1dec 100644 --- a/data-final-fixes.lua +++ b/data-final-fixes.lua @@ -10,7 +10,7 @@ end if data.raw.item["coke"] and not mods.Krastorio2 then if deadlock then - deadlock.add_stack("coke", nil, "deadlock-stacking-1") + deadlock.add_stack("coke", "__bzfoundry__/graphics/icons/coke-stacked.png", "deadlock-stacking-1", 128) end if deadlock_crating then deadlock_crating.add_crate("coke", "deadlock-crating-1") diff --git a/graphics/icons/coke-stacked.png b/graphics/icons/coke-stacked.png new file mode 100644 index 0000000..c1ad897 Binary files /dev/null and b/graphics/icons/coke-stacked.png differ