fix some k2 names
This commit is contained in:
parent
1e9133514a
commit
7551bf4486
4 changed files with 9 additions and 3 deletions
|
@ -1,4 +1,10 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.16
|
||||
Date: 2025-06-15
|
||||
Fixes:
|
||||
- Krastorio2 & Spaced Out: Fix soft lock on circuits introduced in 2.0 updates
|
||||
- Fix load error with certain loadouts, especially with K2SO
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.15
|
||||
Date: 2025-05-04
|
||||
Changes:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bzsilicon",
|
||||
"version": "2.0.15",
|
||||
"version": "2.0.16",
|
||||
"factorio_version": "2.0",
|
||||
"title": "Silica & Silicon",
|
||||
"author": "Brevven",
|
||||
|
|
|
@ -20,7 +20,7 @@ elseif mods.bztitanium and data.raw.item["titanium-plate"] then
|
|||
table.insert(gyro_ingredients, util.item("titanium-plate", 1))
|
||||
table.insert(gyro_prereqs, "titanium-processing")
|
||||
elseif util.k2() then
|
||||
table.insert(gyro_ingredients, util.item("rare-metals", 1))
|
||||
table.insert(gyro_ingredients, util.item("kr-rare-metals", 1))
|
||||
end
|
||||
|
||||
|
||||
|
|
|
@ -208,7 +208,7 @@ if not mods["space-age"] then
|
|||
util.add_unlock("silicon-processing", "silicone")
|
||||
end
|
||||
end
|
||||
util.add_effect("kr-fluids-chemistry", {type="unlock-recipe", recipe="hydrogen-chloride"})
|
||||
util.add_effect("kr-fluids-chemistry", {type="unlock-recipe", recipe="kr-hydrogen-chloride"})
|
||||
util.add_unlock("kr-silicon-processing", "silicon")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue