Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
959b3dea1d | ||
|
|
64d1305c45 |
3 changed files with 7 additions and 2 deletions
|
|
@ -1,4 +1,9 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.5
|
||||
Date: 10.12.2025
|
||||
Bug Fixes:
|
||||
- Fix for when foundry is disabled in settings
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.4
|
||||
Date: 08.11.2025
|
||||
Bug Fixes:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bzgas2",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"factorio_version": "2.0",
|
||||
"title": "Natural Gas",
|
||||
"description": "Adds a natural gas resource, along with early game plastic.",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ local util = require("data-util");
|
|||
local prereq = {"basic-chemistry"}
|
||||
if mods["Krastorio2"] then
|
||||
table.insert(prereq, "steel-processing")
|
||||
elseif mods["bzfoundry2"] then
|
||||
elseif util.is_foundry() then
|
||||
table.insert(prereq, "foundry")
|
||||
elseif mods["aai-industry"] then
|
||||
table.insert(prereq, "automation")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue