finit gas and oil fix
This commit is contained in:
parent
3ea794ab32
commit
bd292e4489
3 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.1.4
|
||||
Date: 2022-12-02
|
||||
Fixes:
|
||||
- Finite oil no longer produces gas when combined with some other mods
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.1.3
|
||||
Date: 2022-10-23
|
||||
Changes:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bzgas",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"factorio_version": "1.1",
|
||||
"title": "Natural Gas",
|
||||
"author": "Brevven",
|
||||
|
|
|
@ -144,7 +144,7 @@ if util.me.finite() then
|
|||
data.raw.resource["gas"].infinite = false
|
||||
data.raw.resource["gas"].minimum = 20000
|
||||
data.raw.resource["gas"].normal = 80000
|
||||
data.raw.resource["crude-oil"].minable = {
|
||||
data.raw.resource["gas"].minable = {
|
||||
mining_time = 1,
|
||||
results = {
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue