deadlock stacking fix

This commit is contained in:
Brevven 2025-05-08 14:57:20 -07:00
parent c2f8c0af9f
commit 058388efc9
3 changed files with 8 additions and 1 deletions

View file

@ -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:

View file

@ -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",

View file

@ -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)