mirror of
https://github.com/Wyrrrd/Gun_Turret_Alerts.git
synced 2026-07-01 20:51:08 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 52e8d69938 | |||
| 230c093dc8 |
@@ -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).
|
|
||||||
@@ -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:
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user