Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Update egg-t-modloader.json #2914

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions game_eggs/terraria/tmodloader/egg-t-modloader.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -129,4 +130,4 @@
"field_type": "text"
}
]
}
}