cerys soft lock issue

This commit is contained in:
Brevven 2025-06-14 23:09:25 -07:00
parent 2428affa5e
commit d2131a1d4d
3 changed files with 6 additions and 1 deletions

View file

@ -1,7 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 2.0.20
Date: 2025-06-15
Fixes:
- Fix load error in certain mod loadouts, especially with K2SO
- Address possible soft lock on Cerys by adding a small amount of furnaces to huge ruins
---------------------------------------------------------------------------------------------------
Version: 2.0.19
Date: 2025-05-07

View file

@ -35,5 +35,8 @@ util.redo_recycling()
util.add_shiftite_recipe("graphite", {"alpha"}, 1)
util.add_shiftite_recipe("diamond", {"beta", "epsilon"}, 1)
-- Needed to avoid issues on Cerys
util.add_minable_result("simple-entity", "cerys-ruin-colossal", {type="item", name="electric-furnace", amount_min=1, amount_max=1})
-- Must be last
util.create_list()

View file

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