fix prod modules
This commit is contained in:
parent
46d4d922de
commit
349de95d99
3 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,9 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.18
|
||||
Date: 2025-02-11
|
||||
Fixes:
|
||||
- Allow productivity modules for lead plates in all circumstances.
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.17
|
||||
Date: 2025-02-01
|
||||
Changes:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bzlead",
|
||||
"version": "2.0.17",
|
||||
"version": "2.0.18",
|
||||
"factorio_version": "2.0",
|
||||
"title": "Lead",
|
||||
"author": "Brevven",
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ data:extend({
|
|||
-- },
|
||||
-- } or
|
||||
enabled = true,
|
||||
allow_productivity = true,
|
||||
energy_required = 6.4,
|
||||
ingredients = {util.item("lead-ore", 2)},
|
||||
results = util.me.byproduct() and {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue