1
0
mirror of https://github.com/Wyrrrd/Gun_Turret_Alerts.git synced 2026-07-01 12:32:37 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Wyrrrd 52e8d69938 Version bump for base game 1.1 2020-12-02 18:58:24 +01:00
Wyrrrd 230c093dc8 Update README.md
Matched to mod portal description
2020-03-27 12:57:17 +01:00
3 changed files with 12 additions and 9 deletions
+4 -6
View File
@@ -1,10 +1,8 @@
# Gun Turret Alerts # Gun Turret Alerts
<img src=https://raw.githubusercontent.com/Wyrrrd/Gun_Turret_Alerts/master/thumbnail.png width="128" height="128"> <img src=https://raw.githubusercontent.com/Wyrrrd/Gun_Turret_Alerts/master/thumbnail.png width="128" height="128">
(Please note: This is a quick and dirty port to 0.18. As soon as the original is ported to 0.18, this will be removed.) ### Description
Adds alerts when a gun turret is out of ammo or has low ammo.
Description ### Credit
- Adds alerts when a gun turret is out of ammo or has low ammo. Thanks to [unhott](https://mods.factorio.com/user/unhott) for the [original mod](https://mods.factorio.com/mod/GunTurretAlerts).
Credit:
- Thanks to [unhott](https://mods.factorio.com/user/unhott) for the [original mod](https://mods.factorio.com/mod/GunTurretAlerts).
+5
View File
@@ -1,4 +1,9 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 1.1.0
Date: 2020-12-02
Changes:
- Version bump for base game 1.1
---------------------------------------------------------------------------------------------------
Version: 0.18.3 Version: 0.18.3
Date: 2020-03-21 Date: 2020-03-21
Changes: Changes:
+3 -3
View File
@@ -1,9 +1,9 @@
{ {
"name": "Gun_Turret_Alerts", "name": "Gun_Turret_Alerts",
"version": "0.18.3", "version": "1.1.0",
"title": "Gun_Turret_Alerts", "title": "Gun_Turret_Alerts",
"author": "Wyrrrd", "author": "Wyrrrd",
"factorio_version": "0.18", "factorio_version": "1.1",
"dependencies": ["base >= 0.18"], "dependencies": ["base >= 1.1.0"],
"description": "Adds map alerts for players when a turret is either out of ammo or has low ammo" "description": "Adds map alerts for players when a turret is either out of ammo or has low ammo"
} }