1
0
mirror of https://github.com/Wyrrrd/Gun_Turret_Alerts.git synced 2026-04-18 19:44:52 +02:00

2 Commits

Author SHA1 Message Date
Wyrrrd
af74836ea4 Correct typo 2025-09-02 14:50:35 +02:00
Wyrrrd
c3d6f5e9b1 Small missing requirement fix 2025-09-02 14:32:46 +02:00
3 changed files with 17 additions and 2 deletions

View File

@@ -1,7 +1,18 @@
---------------------------------------------------------------------------------------------------
Version: 2.0.10
Date: 2025-09-02
Bugfixes:
- Typo, messed up syntax
---------------------------------------------------------------------------------------------------
Version: 2.0.9
Date: 2025-09-02
Bugfixes:
- Fix missing requirements
---------------------------------------------------------------------------------------------------
Version: 2.0.8
Date: 2024-12-19
Changes:
Locale:
- Update locales from Crowdin
---------------------------------------------------------------------------------------------------
Version: 2.0.7
Date: 2024-11-10

View File

@@ -1,6 +1,10 @@
--control.lua
--This mod scans the map for gun-turrets, vehicles and artillery and places alerts when they are low on ammo.
--requires
require "util"
--util functions
function table_is_empty(table)

View File

@@ -1,6 +1,6 @@
{
"name": "Gun_Turret_Alerts",
"version": "2.0.8",
"version": "2.0.10",
"title": "Ammo Alerts",
"author": "Wyrrrd",
"factorio_version": "2.0",