cerys soft lock issue
This commit is contained in:
parent
2428affa5e
commit
d2131a1d4d
3 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bzcarbon",
|
||||
"version": "2.0.19",
|
||||
"version": "2.0.20",
|
||||
"factorio_version": "2.0",
|
||||
"title": "Graphite & Diamonds",
|
||||
"author": "Brevven",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue