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.
This commit is contained in:
1zuna 2024-04-24 17:29:14 +02:00 committed by GitHub
parent 9d74a6a5c6
commit 0ef554c9bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,12 +4,13 @@
"version": "PTDL_v2", "version": "PTDL_v2",
"update_url": null "update_url": null
}, },
"exported_at": "2024-01-02T11:03:56+01:00", "exported_at": "2024-04-24T17:27:29+02:00",
"name": "tModloader", "name": "tModloader",
"author": "parker@parkervcp.com", "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+.", "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, "features": null,
"docker_images": { "docker_images": {
"Dotnet 8": "ghcr.io\/parkervcp\/yolks:dotnet_8",
"Dotnet 6": "ghcr.io\/parkervcp\/yolks:dotnet_6" "Dotnet 6": "ghcr.io\/parkervcp\/yolks:dotnet_6"
}, },
"file_denylist": [], "file_denylist": [],
@ -129,4 +130,4 @@
"field_type": "text" "field_type": "text"
} }
] ]
} }