mirror of
https://github.com/Wyrrrd/bbr-fix.git
synced 2026-07-06 13:13:04 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 69bf3cac33 | |||
| 5936a9acc7 |
@@ -1 +1,2 @@
|
||||
*.zip
|
||||
.vscode/*
|
||||
|
||||
Vendored
+3
-3
@@ -8,13 +8,13 @@
|
||||
"type": "factoriomod",
|
||||
"request": "launch",
|
||||
"name": "Factorio Mod Debug",
|
||||
"factorioPath": "D:/Modding/Factorio/bin/x64/factorio.exe"
|
||||
"factorioVersion": "D:/Modding/Factorio/bin/x64/factorio.exe"
|
||||
},
|
||||
{
|
||||
"type": "factoriomod",
|
||||
"request": "launch",
|
||||
"name": "Factorio Mod Debug (Settings & Data)",
|
||||
"factorioPath": "D:/Modding/Factorio/bin/x64/factorio.exe",
|
||||
"factorioPath": "D:/Factorio/latest/bin/x64/factorio.exe",
|
||||
"hookSettings": true,
|
||||
"hookData": true
|
||||
},
|
||||
@@ -22,7 +22,7 @@
|
||||
"type": "factoriomod",
|
||||
"request": "launch",
|
||||
"name": "Factorio Mod Debug (Profile)",
|
||||
"factorioPath": "D:/Modding/Factorio/bin/x64/factorio.exe",
|
||||
"factorioPath": "D:/Factorio/latest/bin/x64/factorio.exe",
|
||||
"hookMode": "profile"
|
||||
}
|
||||
]
|
||||
|
||||
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"factorio.versions": [
|
||||
{
|
||||
"name": "Factorio",
|
||||
"name": "Main",
|
||||
"factorioPath": "d:\\Modding\\Factorio\\bin\\x64\\factorio.exe",
|
||||
"active": true
|
||||
}
|
||||
|
||||
@@ -10,4 +10,5 @@ The stone in the rail recipe gets replaced by the bridge material (wood, iron pl
|
||||
So if your modded rail costs 1x stone, 1x steel and 1x turret (don't ask why), with a cost multiplier of **1**, wooden bridge rail will cost **1x** wood, 1x steel and 1x turret. With a cost multiplier of **5**, wooden bridge rail will cost **5x** wood, 1x steel and 1x turret.
|
||||
|
||||
### Credits
|
||||
Thanks to [kapaer](https://mods.factorio.com/user/kapaer) for the [mod](https://mods.factorio.com/mod/beautiful_bridge_railway) this depends on.
|
||||
Thanks to [kapaer](https://mods.factorio.com/user/kapaer) for the [mod](https://mods.factorio.com/mod/beautiful_bridge_railway) this depends on.
|
||||
Thanks to [Eldrinn-Elantey](https://github.com/Eldrinn-Elantey) for the Russian translation.7
|
||||
Reference in New Issue
Block a user