From 4704ae9946e311ead64614190d2587ddbf65b99a Mon Sep 17 00:00:00 2001 From: Johannes Grimm <111083448+Metratrj@users.noreply.github.com> Date: Thu, 18 Apr 2024 21:26:24 +0200 Subject: [PATCH] Update egg-t-modloader.json - Add Dotnet 8 to run the latest version of tModLoader --- game_eggs/terraria/tmodloader/egg-t-modloader.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/game_eggs/terraria/tmodloader/egg-t-modloader.json b/game_eggs/terraria/tmodloader/egg-t-modloader.json index 974dbb532..7e793fa95 100755 --- a/game_eggs/terraria/tmodloader/egg-t-modloader.json +++ b/game_eggs/terraria/tmodloader/egg-t-modloader.json @@ -10,7 +10,8 @@ "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 6": "ghcr.io\/parkervcp\/yolks:dotnet_6" + "Dotnet 6": "ghcr.io\/parkervcp\/yolks:dotnet_6", + "Dotnet 8": "ghcr.io\/parkervcp\/yolks:dotnet_8" }, "file_denylist": [], "startup": ".\/tModLoaderServer -ip 0.0.0.0 -port {{SERVER_PORT}} -maxplayers {{MAX_PLAYERS}} -password \"{{SERVER_PASSWORD}}\" -motd \"{{MOTD}}\" -lang {{LANGUAGE}} -world ~\/saves\/Worlds\/{{WORLD_NAME}}.wld -worldname {{WORLD_NAME}} -autocreate {{WORLD_SIZE}} -config serverconfig.txt -savedirectory ~\/ -tmlsavedirectory ~\/saves -modpath ~\/mods", @@ -129,4 +130,4 @@ "field_type": "text" } ] -} \ No newline at end of file +}