deadlock stacking fix
This commit is contained in:
parent
c2f8c0af9f
commit
058388efc9
3 changed files with 8 additions and 1 deletions
|
|
@ -1,4 +1,9 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 2.0.26
|
||||||
|
Date: 2025-05-05
|
||||||
|
Fixes:
|
||||||
|
- Fix startup with deadlock stacking introduced in 2.0.25
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 2.0.25
|
Version: 2.0.25
|
||||||
Date: 2025-05-04
|
Date: 2025-05-04
|
||||||
Changes:
|
Changes:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bzlead",
|
"name": "bzlead",
|
||||||
"version": "2.0.25",
|
"version": "2.0.26",
|
||||||
"factorio_version": "2.0",
|
"factorio_version": "2.0",
|
||||||
"title": "Lead",
|
"title": "Lead",
|
||||||
"author": "Brevven",
|
"author": "Brevven",
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
local util = require("__bzlead__.data-util");
|
||||||
|
|
||||||
-- Deadlock stacking recipes
|
-- Deadlock stacking recipes
|
||||||
if deadlock and deadlock["add_stack"] then
|
if deadlock and deadlock["add_stack"] then
|
||||||
deadlock.add_stack("lead-ore", "__bzlead__/graphics/icons/stacked/lead-ore-stacked.png", "deadlock-stacking-1", 64)
|
deadlock.add_stack("lead-ore", "__bzlead__/graphics/icons/stacked/lead-ore-stacked.png", "deadlock-stacking-1", 64)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue