fix stacking

This commit is contained in:
Brevven 2022-06-29 23:41:16 -07:00
parent 64223607b1
commit da2c6024ab
3 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 1.2.1
Date: 2022-07-01
Fixes:
- Deadlock stacking / crating fix
---------------------------------------------------------------------------------------------------
Version: 1.2.0
Date: 2022-07-01
Changes:

View file

@ -1,6 +1,6 @@
{
"name": "bzlead",
"version": "1.2.0",
"version": "1.2.1",
"factorio_version": "1.1",
"title": "Lead",
"author": "Brevven",

View file

@ -6,7 +6,7 @@ if deadlock then
deadlock.add_stack("enriched-lead", "__bzlead__/graphics/icons/stacked/enriched-lead-stacked.png" , "deadlock-stacking-1", 64)
end
if data.raw.item["lead-ingot"] then
deadlock_crating.add_stack("lead-ingot", nil, "deadlock-stacking-1", nil)
deadlock.add_stack("lead-ingot", nil, "deadlock-stacking-1", nil)
end
end