From e568e7fa69b6ccabcaf2eecb80e6eb1560f4d84d Mon Sep 17 00:00:00 2001 From: Wyrrrd Date: Thu, 19 Mar 2020 23:45:21 +0100 Subject: [PATCH] Incremented rail count --- changelog.txt | 5 +++++ data-updates.lua | 12 ++++++------ info.json | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/changelog.txt b/changelog.txt index 848440a..c871977 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.18.1 +Date: 2020-03-19 + Changes: + - Fixed rail count +--------------------------------------------------------------------------------------------------- Version: 0.18.0 Date: 2020-03-19 Features: diff --git a/data-updates.lua b/data-updates.lua index 03b3c02..20fd6f5 100644 --- a/data-updates.lua +++ b/data-updates.lua @@ -1,9 +1,9 @@ if settings.startup["bbr_fix_expensive"].value then - data.raw["recipe"]["bbr-rail-wood"].ingredients = {{"rail",1},{"wood",5}} - data.raw["recipe"]["bbr-rail-iron"].ingredients = {{"rail",1},{"iron-plate",5}} - data.raw["recipe"]["bbr-rail-brick"].ingredients = {{"rail",1},{"stone-brick",5}} + data.raw["recipe"]["bbr-rail-wood"].ingredients = {{"rail",2},{"wood",5}} + data.raw["recipe"]["bbr-rail-iron"].ingredients = {{"rail",2},{"iron-plate",5}} + data.raw["recipe"]["bbr-rail-brick"].ingredients = {{"rail",2},{"stone-brick",5}} else - data.raw["recipe"]["bbr-rail-wood"].ingredients = {{"rail",1},{"wood",1}} - data.raw["recipe"]["bbr-rail-iron"].ingredients = {{"rail",1},{"iron-plate",1}} - data.raw["recipe"]["bbr-rail-brick"].ingredients = {{"rail",1},{"stone-brick",1}} + data.raw["recipe"]["bbr-rail-wood"].ingredients = {{"rail",2},{"wood",1}} + data.raw["recipe"]["bbr-rail-iron"].ingredients = {{"rail",2},{"iron-plate",1}} + data.raw["recipe"]["bbr-rail-brick"].ingredients = {{"rail",2},{"stone-brick",1}} end \ No newline at end of file diff --git a/info.json b/info.json index 14c2d2d..8e0504c 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bbr-fix", - "version": "0.18.0", + "version": "0.18.1", "title": "Beautiful Bridge Railway - Recipe Fix", "author": "Wyrrrd", "factorio_version": "0.18",