1
0
mirror of https://github.com/Wyrrrd/Rocket_Turrets.git synced 2026-03-26 23:59:48 +01:00

Complementary file(s) format improvements

This commit is contained in:
Wyrrrd
2020-02-22 12:13:47 +01:00
parent d92ad6746d
commit 3b92d05476
2 changed files with 17 additions and 9 deletions

View File

@@ -1,18 +1,25 @@
---------------------------------------------------------------------------------------------------
Version: 0.18.2
Date: 22. 2. 2020
Changes:
- Matched changelog file format to what Factorio expects
---------------------------------------------------------------------------------------------------
Version: 0.18.1
Date: 21. 2. 2020
Changes:
- Merged Bob version (this one) with vanilla version
(will load tiered turrets, when bobplates is present)
Features:
- Added vanilla turret from Rocket Turrets Vanilla Version
- Added check for used items and technology from Bob's Metals, Chemicals and Intermediates to determine if tiered or vanilla turrets should be loaded
---------------------------------------------------------------------------------------------------
Version: 0.18.0
Date: 18. 2. 2020
Changes:
- Ported to 0.18
- Added german locale
- Added changelog file
- Renamed mod
- Renamed mod for upload in mod portal
- Matched versioning to Factorio versions
Locale:
- Added german locale
---------------------------------------------------------------------------------------------------
Version: 0.0.5
Changes:

View File

@@ -1,11 +1,12 @@
{
"name": "Rocket_Turrets",
"version": "0.18.1",
"version": "0.18.2",
"title": "RocketTurrets",
"author": "Wyrrrd",
"contact": "",
"homepage": "",
"factorio_version": "0.18",
"dependencies": ["base >= 0.18.0", "? bobplates >= 0.18.1"],
"dependencies": [
"base >= 0.18.0",
"? bobplates >= 0.18.1"
],
"description": "Adds rocket turrets"
}