From c3d6f5e9b147fb4823f14aa5a123367ed27840fd Mon Sep 17 00:00:00 2001 From: Wyrrrd Date: Tue, 2 Sep 2025 14:32:46 +0200 Subject: [PATCH] Small missing requirement fix --- changelog.txt | 8 +++++++- control.lua | 4 ++++ info.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 84e0dbc..a9a6142 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,13 @@ --------------------------------------------------------------------------------------------------- +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 diff --git a/control.lua b/control.lua index d4cf203..837a5e1 100644 --- a/control.lua +++ b/control.lua @@ -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) diff --git a/info.json b/info.json index 8d407d0..28ebeff 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "Gun_Turret_Alerts", - "version": "2.0.8", + "version": "2.0.9", "title": "Ammo Alerts", "author": "Wyrrrd", "factorio_version": "2.0",