From 81b8f3fc0ef1b562b190875d2d68b3bb971e5c98 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Thu, 24 Jul 2025 00:01:27 +0200 Subject: [PATCH] Factorio: fix rename of mod file leading to incompatibility with base game (#5219) --- WebHostLib/templates/macros.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WebHostLib/templates/macros.html b/WebHostLib/templates/macros.html index be664274..9a16bce1 100644 --- a/WebHostLib/templates/macros.html +++ b/WebHostLib/templates/macros.html @@ -32,6 +32,9 @@ {% elif patch.game == "Super Mario 64" and room.seed.slots|length == 1 %} Download APSM64EX File... + {% elif patch.game == "Factorio" %} + + Download Factorio Mod... {% elif patch.game | is_applayercontainer(patch.data, patch.player_id) %} Download Patch File...