From 0ef554c9bdb4a1fbaeb5cd1d05f6edbb74b6e1b2 Mon Sep 17 00:00:00 2001 From: 1zuna <1zuna@ccbluex.net> Date: Wed, 24 Apr 2024 17:29:14 +0200 Subject: [PATCH] Include `dotnet_8` image for `egg-t-modloader` This will fix the "You must install or upgrade .NET to run this application" issue with newer tModLoader. I discovered that someone had already reported it (https://github.com/pelican-eggs/eggs/issues/2910), but decided to leave the rest in the dark, but with his "update the yolk" clue, I was able to figure it out myself. --- terraria/tmodloader/egg-t-modloader.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/terraria/tmodloader/egg-t-modloader.json b/terraria/tmodloader/egg-t-modloader.json index 974dbb53..0af9b35d 100755 --- a/terraria/tmodloader/egg-t-modloader.json +++ b/terraria/tmodloader/egg-t-modloader.json @@ -4,12 +4,13 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2024-01-02T11:03:56+01:00", + "exported_at": "2024-04-24T17:27:29+02:00", "name": "tModloader", "author": "parker@parkervcp.com", "description": "tModLoader is essentially a mod that provides a way to load your own mods without having to work directly with Terraria's source code itself. This means you can easily make mods that are compatible with other people's mods, save yourself the trouble of having to decompile and recompile Terraria.exe, and escape from having to understand all of the obscure \"intricacies\" of Terraria's source code. It is made to work for Terraria 1.3+.", "features": null, "docker_images": { + "Dotnet 8": "ghcr.io\/parkervcp\/yolks:dotnet_8", "Dotnet 6": "ghcr.io\/parkervcp\/yolks:dotnet_6" }, "file_denylist": [], @@ -129,4 +130,4 @@ "field_type": "text" } ] -} \ No newline at end of file +}