mirror of
https://github.com/Wyrrrd/Rocket_Turrets.git
synced 2026-06-06 15:50:24 +02:00
Updated for 1.1
- Integrated 1.1 base game technology rename for gun turrets
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 1.1.0
|
||||||
|
Date: ????
|
||||||
|
Changes:
|
||||||
|
- Integrated 1.1 base game technology rename for gun turrets
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.18.5
|
Version: 0.18.5
|
||||||
Date: 2020-04-02
|
Date: 2020-04-02
|
||||||
Changes:
|
Changes:
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "Rocket_Turrets",
|
"name": "Rocket_Turrets",
|
||||||
"version": "0.18.5",
|
"version": "1.1.0",
|
||||||
"title": "RocketTurrets",
|
"title": "RocketTurrets",
|
||||||
"author": "Wyrrrd",
|
"author": "Wyrrrd",
|
||||||
"factorio_version": "0.18",
|
"factorio_version": "1.1",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"base >= 0.18.0",
|
"base >= 1.1.0",
|
||||||
"? bobplates >= 0.18.1",
|
"? bobplates >= 0.18.1",
|
||||||
"? bobwarfare >= 0.18.3",
|
"? bobwarfare >= 0.18.3",
|
||||||
"? Booktorio >= 1.0.0",
|
"? Booktorio >= 1.0.0",
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ rocket_tech = {
|
|||||||
prerequisites =
|
prerequisites =
|
||||||
{
|
{
|
||||||
"rocketry",
|
"rocketry",
|
||||||
"turrets",
|
"gun-turret",
|
||||||
"steel-processing",
|
"steel-processing",
|
||||||
},
|
},
|
||||||
unit =
|
unit =
|
||||||
|
|||||||
Reference in New Issue
Block a user