k2 soft lock fix

This commit is contained in:
Brevven 2025-05-07 05:14:22 -07:00
parent e7366fc809
commit c31a57006a
3 changed files with 6 additions and 2 deletions

View file

@ -304,7 +304,6 @@ data:extend({
ingredients = (mods["space-age"] or util.k2()) and {
{type="item", name="graphite", amount=1},
{type="fluid", name=ammonia, amount=5},
{type="fluid", name="water", amount=10},
{type="fluid", name="sulfuric-acid", amount=5},
} or {
{type="item", name="graphite", amount=1},

View file

@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 2.0.19
Date: 2025-05-07
Fixes:
- Fix soft lock with K2 on graphene
---------------------------------------------------------------------------------------------------
Version: 2.0.18
Date: 2025-05-04
Changes:

View file

@ -1,6 +1,6 @@
{
"name": "bzcarbon",
"version": "2.0.18",
"version": "2.0.19",
"factorio_version": "2.0",
"title": "Graphite & Diamonds",
"author": "Brevven",