mirror of
https://github.com/Wyrrrd/bbr-fix.git
synced 2026-04-23 22:23:17 +02:00
Incremented rail count
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 0.18.1
|
||||||
|
Date: 2020-03-19
|
||||||
|
Changes:
|
||||||
|
- Fixed rail count
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.18.0
|
Version: 0.18.0
|
||||||
Date: 2020-03-19
|
Date: 2020-03-19
|
||||||
Features:
|
Features:
|
||||||
|
|||||||
+6
-6
@@ -1,9 +1,9 @@
|
|||||||
if settings.startup["bbr_fix_expensive"].value then
|
if settings.startup["bbr_fix_expensive"].value then
|
||||||
data.raw["recipe"]["bbr-rail-wood"].ingredients = {{"rail",1},{"wood",5}}
|
data.raw["recipe"]["bbr-rail-wood"].ingredients = {{"rail",2},{"wood",5}}
|
||||||
data.raw["recipe"]["bbr-rail-iron"].ingredients = {{"rail",1},{"iron-plate",5}}
|
data.raw["recipe"]["bbr-rail-iron"].ingredients = {{"rail",2},{"iron-plate",5}}
|
||||||
data.raw["recipe"]["bbr-rail-brick"].ingredients = {{"rail",1},{"stone-brick",5}}
|
data.raw["recipe"]["bbr-rail-brick"].ingredients = {{"rail",2},{"stone-brick",5}}
|
||||||
else
|
else
|
||||||
data.raw["recipe"]["bbr-rail-wood"].ingredients = {{"rail",1},{"wood",1}}
|
data.raw["recipe"]["bbr-rail-wood"].ingredients = {{"rail",2},{"wood",1}}
|
||||||
data.raw["recipe"]["bbr-rail-iron"].ingredients = {{"rail",1},{"iron-plate",1}}
|
data.raw["recipe"]["bbr-rail-iron"].ingredients = {{"rail",2},{"iron-plate",1}}
|
||||||
data.raw["recipe"]["bbr-rail-brick"].ingredients = {{"rail",1},{"stone-brick",1}}
|
data.raw["recipe"]["bbr-rail-brick"].ingredients = {{"rail",2},{"stone-brick",1}}
|
||||||
end
|
end
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bbr-fix",
|
"name": "bbr-fix",
|
||||||
"version": "0.18.0",
|
"version": "0.18.1",
|
||||||
"title": "Beautiful Bridge Railway - Recipe Fix",
|
"title": "Beautiful Bridge Railway - Recipe Fix",
|
||||||
"author": "Wyrrrd",
|
"author": "Wyrrrd",
|
||||||
"factorio_version": "0.18",
|
"factorio_version": "0.18",
|
||||||
|
|||||||
Reference in New Issue
Block a user