How to activate Mods on tModLoader



1) Log into your Game Panel Account.
2) Head to your Server Overview (Where you can Start, Stop and Restart the server.)
3) Now click over the Configuration Files button
4) Click the Text Editor button on the enabled.json file.
5) Copy and paste the following text and replaceModName” with your mod file name (ie: Your mod is called ThoriumMod, type that):

[
"ModName1",
"ModName2"
]



Note:
Make sure to add a comma to the last item if you're going to add another mod to include it. For Example:


[
"ModName1",
"ModName2",
"ModName3"
]

Was this answer helpful? 27 Users Found This Useful (119 Votes)