mirror of
https://github.com/Wyrrrd/bbr-fix.git
synced 2026-07-06 21:16:50 +02:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 13b8f9ef5c | |||
| 0b96ea702e | |||
| ae709490ac | |||
| 787b3c7bb5 | |||
| e82c01e9cb |
@@ -1,4 +1,16 @@
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.1.1
|
||||
Date: 2020-12-29
|
||||
Features:
|
||||
- Added russian locale (thanks to EldrinnElantey on Github)
|
||||
Bugfixes:
|
||||
- Fixed mod name in locales
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.1.0
|
||||
Date: 2020-12-02
|
||||
Changes:
|
||||
- Version bump for base game 1.1
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.18.4
|
||||
Date: 2020-05-25
|
||||
Changes:
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "bbr-fix",
|
||||
"version": "0.18.4",
|
||||
"version": "1.1.1",
|
||||
"title": "Beautiful Bridge Railway - Recipe Fix",
|
||||
"author": "Wyrrrd",
|
||||
"factorio_version": "0.18",
|
||||
"factorio_version": "1.1",
|
||||
"dependencies": [
|
||||
"base >= 0.18",
|
||||
"beautiful_bridge_railway >= 0.18.1"
|
||||
"base >= 1.1.0",
|
||||
"beautiful_bridge_railway >= 1.1.1"
|
||||
],
|
||||
"description": "Adds rails to recipes."
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
[mod-description]
|
||||
Autofilter=Fügt Schienen zu Rezepten hinzu.
|
||||
bbr-fix=Fügt Schienen zu Rezepten hinzu.
|
||||
|
||||
[mod-setting-name]
|
||||
bbr_fix_expensive=Teure Rezepte
|
||||
@@ -1,5 +1,5 @@
|
||||
[mod-description]
|
||||
Autofilter=Adds rails to recipes.
|
||||
bbr-fix=Adds rails to recipes.
|
||||
|
||||
[mod-setting-name]
|
||||
bbr_fix_expensive=Expensive recipes
|
||||
@@ -0,0 +1,5 @@
|
||||
[mod-description]
|
||||
bbr-fix=Добавляет рельсы в рецепты.
|
||||
|
||||
[mod-setting-name]
|
||||
bbr_fix_expensive=Дорогие рецепты
|
||||
Reference in New Issue
Block a user