From 80db74339a6c101a1ebf9d1e1f72a2e5058cf16b Mon Sep 17 00:00:00 2001 From: Rob B Date: Thu, 18 Jul 2024 21:57:35 +0000 Subject: [PATCH 1/6] chore: fix typo --- src/lib/components/mods/ModDescription.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/mods/ModDescription.svelte b/src/lib/components/mods/ModDescription.svelte index fdb9ba0b3..810f34a65 100644 --- a/src/lib/components/mods/ModDescription.svelte +++ b/src/lib/components/mods/ModDescription.svelte @@ -13,7 +13,7 @@
+ message="This mod is hidden, which means it won't display in searches, and the Mod Manager will not display any view/download count or logo for it. A developer could choose to hide their mod for any number of reasons. Perhaps the mod is a library mod and not intended to be viewed directly, or maybe the developer doesn't want to develop the mod any more. Check the mod page for more information." />
{/if}
From b9a3d52fc7527bac852f51f5097893ddcf068025 Mon Sep 17 00:00:00 2001 From: Rob B Date: Thu, 18 Jul 2024 22:03:40 +0000 Subject: [PATCH 2/6] fix: remove dead tool site Ficsit.info --- src/routes/tools/+page.svelte | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/routes/tools/+page.svelte b/src/routes/tools/+page.svelte index 5cf3045d2..a48af5370 100644 --- a/src/routes/tools/+page.svelte +++ b/src/routes/tools/+page.svelte @@ -64,13 +64,6 @@ description: 'A UI kit for Satisfactory mods', link: 'https://github.com/deantendo/sfuikit' }, - { - name: 'Ficsit.info', - author: 'Nevir', - logo: 'https://github.com/ficsit/ficsit.info/blob/master/web/assets/site-icons/maskable-512.png?raw=true', - description: 'Production line optimization tool, and game info database', - link: 'https://ficsit.info/' - }, { name: "Daniel's Satisfactory Tools", author: 'DanielTheProgrammer', From 144da3618e7b3b3a9cb2492f8058345f767e6285 Mon Sep 17 00:00:00 2001 From: Rob B Date: Thu, 18 Jul 2024 22:04:49 +0000 Subject: [PATCH 3/6] fix: remove dead tool site Cornik Map --- src/routes/tools/+page.svelte | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/routes/tools/+page.svelte b/src/routes/tools/+page.svelte index a48af5370..9af44b7cb 100644 --- a/src/routes/tools/+page.svelte +++ b/src/routes/tools/+page.svelte @@ -27,13 +27,6 @@ description: 'Recipe calculator using sankey diagrams.', link: 'https://kirkmcdonald.github.io/satisfactory-calculator/calc.html' }, - { - name: 'Map', - author: 'Cornik and S4XXX', - logo: '', - description: 'Satisfactory map based on in-game coordinates.', - link: 'https://www.satisfactorymap.com/' - }, { name: 'SatisGraphtory', author: 'tehalexf and thinkaliker', From 2383b23eb10c2f54af92655d18c1d9ded4ac2b7d Mon Sep 17 00:00:00 2001 From: Rob B Date: Thu, 18 Jul 2024 22:09:18 +0000 Subject: [PATCH 4/6] fix: remove dead tool site Satisfactory Toolbox --- src/routes/tools/+page.svelte | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/routes/tools/+page.svelte b/src/routes/tools/+page.svelte index 9af44b7cb..31570a852 100644 --- a/src/routes/tools/+page.svelte +++ b/src/routes/tools/+page.svelte @@ -64,14 +64,6 @@ description: 'Visualize production chains, and browse items and recipes!', link: 'https://daniel2013.github.io/satisfactory/' }, - { - name: 'Satisfactory Toolbox', - author: 'Lucek', - logo: '', - description: - 'Factory tool collection, with main tool called "factory planner" with detailed, realtime stats for production and consumption, overclocking and much more.', - link: 'https://toolbox.satisfactory.lucek.io/' - }, { name: 'Satisfactory 3D Map', author: 'Moritz', From 3c0ec137c755abbc5cdc3a713b000d7affd1fa80 Mon Sep 17 00:00:00 2001 From: Rob B Date: Thu, 18 Jul 2024 22:19:08 +0000 Subject: [PATCH 5/6] feat: add tool site FactorioLab --- src/routes/tools/+page.svelte | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/routes/tools/+page.svelte b/src/routes/tools/+page.svelte index 31570a852..e7c4d2a76 100644 --- a/src/routes/tools/+page.svelte +++ b/src/routes/tools/+page.svelte @@ -71,6 +71,13 @@ description: 'Shows all objects within a savegame in 3D and provides a simple version of the game world for spatial context. Additionally, all properties and values of objects are shown.', link: 'https://github.com/moritz-h/satisfactory-3d-map' + }, + { + name: 'FactorioLab', + author: 'Doug Broad', + logo: 'https://factoriolab.github.io/factoriolab.webp', + description: 'Production calculator supporting multiple factory games and visualization approaches', + link: 'https://factoriolab.github.io/satisfactory' } ]; From ec943f84aacf418dc8ef16197f0c3c4ebbd8fe82 Mon Sep 17 00:00:00 2001 From: Rob B Date: Thu, 18 Jul 2024 22:24:16 +0000 Subject: [PATCH 6/6] chore: update SCIM tool name --- src/routes/tools/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/tools/+page.svelte b/src/routes/tools/+page.svelte index e7c4d2a76..aaf27960f 100644 --- a/src/routes/tools/+page.svelte +++ b/src/routes/tools/+page.svelte @@ -36,7 +36,7 @@ link: 'https://satisgraphtory.com/' }, { - name: 'Satisfactory Calculator', + name: 'Satisfactory Calculator Interactive Map (SCIM)', author: 'Anthor', logo: '', description: 'Collection of tools for Satisfactory (Production planner, Interactive map, Recipes, etc)',