tModLoader Mod List
Display Name | Version | Size | Author | Last Updated | tModLoader Version | Downloads | Hot | |
---|---|---|---|---|---|---|
Fast Start
|
Download v0.5 (52.1 KB) |
Jofairden |
Fast Start starts newly created characters with some gifts! You will be granted better than copper tools, weapons, gear and more!
Items given are randomly selected. It's programmed as follows: If you receive a platinum pickaxe, you can no longer get a platinum tier axe and hammer. If you then get the next highest tier axe, which is gold, you can no longer get platinum and gold tier hammer! This works the same for any other items so get, with some exceptions. If you're lucky, you'll get both life AND mana crystals! Can also grant things such as: slime staff, money trough, grappling hook and more! Changelog for v0.5: - You can no longer get Crystal Vile Shard as this is a hardmode item. - Added Vilethorn as a replacement for Crystal Vile Shard. - You can no longer get Diamond Ring as this item is worth a lot of money. - You can now get Balloon Animal or Bundled Party Balloons as your vanity gifts. - You will now get between 20 and 55 wood, stone blocks and torches. - The amount of wooden arrows you can get is reduced by 100. - The amount of throwing daggers and shurikens you can get is reduced by 10. - If you are lucky, you can now also get a Wand of Sparking. That thing is dang hard to find sometimes. Localizer Package |
7 years ago | tModLoader v0.10.0.2 | Edit | Delete |
Prefixes For Enemies
|
Download v2.0.0 (1010.2 KB) |
Jofairden, HattedHenk |
Allows enemies to spawn with prefixes, which can change their stats or add various special effects.
See the mod homepage for a much more detailed description of content and a changelog. 2.0.0 -------------------- please note: refactor is in early stages, very much WIP and may explode! - refactored all the prefixes in seperated classes - added dedicated prefix groups - added support for custom prefix groups and prefixes to be added by other mods\ - all items previously available in the mod have been removed Localizer Package |
6 years ago | tModLoader v0.10.1.5 | Edit | Delete |
JoFF_E's Overpowered Mod
|
Download v0.1 (16.1 KB) |
JoFF_E |
JoFF_E's Overpowered Mod is just a mod made by some guy that was all like "Man, I can't fly forever with godmode and my Logo on stuff!" and now we're here.
Localizer Package |
6 years ago | tModLoader v0.10.1.3 | Edit | Delete |
ModOfManyMishaps
|
Download v1.2 (13.3 KB) |
Johan32123 |
ModOfManyMishaps is uh... definitely something.
It's also my first mod. It's a mod for a class wars game I want to make (The spydagger being for a spy class inspired by tf2). So, give it a try, will you? Localizer Package |
4 years ago | tModLoader v0.11.7.7 | Edit | Delete |
Elite Riot Gear - NCR Ranger
|
Download v2.0.1 (49.1 KB) |
Johannesburgy |
Terraria sat vigilant, waiting for its master to return, shoes covered in Mojave dust.
Adds a Post-Mech teir ranged armor set based on the Elite Riot Gear from Fallout: New Vegas, as well as an Anti-Material Rifle, a hard upgrade to the Sniper Rifle. Ideally, this is good enough to ride a ranged build to Moon Lord. Future Plans: E-DE as a minion Localizer Package |
3 years ago | tModLoader v0.11.8 | Edit | Delete |
Test.JB [Don't Download]
|
Download v0.1.2.5 (84.8 KB) |
John Blue |
Localizer Package |
3 years ago | tModLoader v0.11.8.5 | Edit | Delete |
Gods have no mercy(Dark lord's story) -W.I.P.-
|
Download v0.0.4 (6.6 MB) |
John Bluefire |
WIP "Gods have no mercy, so you have to destroy all of them." In this mod, you'll be able to face more gods and even fight as a dark lord. If you are weak against darkness, then don't install this mod, if not have fun. If the gods find out about your objective, they will try to stop you. It includes: -Two more bosses (one for a specific class) -A "brand" new weapon that is the upgrade to other two -A new class that is based around mobility and defense (The more defense, the more damage) -A new accesory that simplifies everything, but is tedious to craft and it's upgrade -A new crafting bench (an altar, doesn't work as a demon altar) -A new set of armour Localizer Package |
4 years ago | tModLoader v0.11.7.5 | Edit | Delete |
GaMeTerraria
|
Download v0.1.1.1 (42.6 MB) |
John Snail |
- --=-=CONTENTS=-=-- -
- The man himself! Sells the Bootar, a vanity set, and an accessory that replaces vanilla boss music with various GaMetal covers. - Challenges, that take place in another dimension! Accessible by speaking with Revolver Axolot. - Super Moves, items that involve playing a time-stopping minigame for powerful effects! - Hornlitz, a lightning-fast horned lizard fought after Skeletron. - A secret, optional Hardmode boss. For every defeat, you can trade him a Shadow Chest item (excluding Dark Lance) for an upgrade."> A mod based on YouTube musician Jonny Atma (aka GaMetal), and his community. Originally starting out as a little mod for a few friends, it has evolved into one unlike any other! Even if you don't know what GaMetal is, there's lots here for everyone to enjoy. - --=-=CONTENTS=-=-- - - The man himself! Sells the Bootar, a vanity set, and an accessory that replaces vanilla boss music with various GaMetal covers. - Challenges, that take place in another dimension! Accessible by speaking with Revolver Axolot. - Super Moves, items that involve playing a time-stopping minigame for powerful effects! - Hornlitz, a lightning-fast horned lizard fought after Skeletron. - A secret, optional Hardmode boss. For every defeat, you can trade him a Shadow Chest item (excluding Dark Lance) for an upgrade. Localizer Package |
3 years ago | tModLoader v0.11.8 | Edit | Delete |
Subworld Library
|
Download v1.1.1 (78.7 KB) |
John Snail |
Dimensions, made easy.
A tool for modders to easily add dimensions (referred to as subworlds), handling most of the hard work, such as loading, saving, and Multiplayer compatibility. - Registering Any class that derives from the 'Subworld' class is automatically registered as a subworld. Subworlds are highly customisable; from their size and how they generate, to whether they or the players inside of them save, to even what ModWorld is allowed to update while inside of them. Registering a subworld without directly referencing Subworld Library is also possible, via 'Mod.Call'. - Loading Loading a subworld is as simple as calling 'Subworld.Enter'. Each subworld can have a custom loading UI if its class overrides 'loadingUIState'. The UI can even persist after the world is loaded if 'loadingUI' is overridden. - Saving Subworlds can be set to be either temporary or permanent. Subworlds can also prevent players from saving while inside them. Subworld Library also handles deleting subworlds when their main world is deleted. - Multiplayer Subworld Library doesn't just handle loading, saving, etc. in Singleplayer; it also does so in Multiplayer, with little to no extra work required on your end. By default, players vote on whether to enter/leave a subworld, preventing any unwanted travels. - Misc. Subworld Library gets rid of Space, the Underworld, and both Oceans inside subworlds, freeing up tons of world space, and allowing for very small subworlds. If you encounter a bug, it is likely from another mod. Do not report it otherwise; 1.3 is no longer supported. Localizer Package |
2 years ago | tModLoader v0.11.8.9 | Edit | Delete |
Super Sound Swapper
|
Download v1.9 (84.7 KB) |
John Snail |
Formerly the "Bruh Sound Effects" mod, Super Sound Swapper is a highly customisable (and silly) mod that allows you to replace every single sound in the game (including those added by mods) with sounds on your computer!
Provide one or more paths to sounds in the config, and they'll be played instead of the original sounds. If a path or file is invalid, the classic Bruh Sound Effect #2 will be played instead. There are several config options for changing the chance of a sound being swapped, retaining the pitch, volume and/or pan of the original sound, and randomising those three parameters. Localizer Package |
4 years ago | tModLoader v0.11.7.5 | Edit | Delete |
Vampire Everything
|
Download v1.0 (7.3 KB) |
JohnMcChungus |
The only way to regenerate life is by attacking enemies... Good luck.
Localizer Package |
3 years ago | tModLoader v0.11.7.8 | Edit | Delete |
The Redo Mod
|
Download v0.2 (23.7 KB) |
JohnnyDabb2 |
This mod currently adds 10 items and a new boss, known to most as Princess Pinky. She is meant to be fought before the WoF but after Skeletron. She can be summoned with a Pinky Crown. She is also featured in the boss checklist from the boss checklist mod.
Despite having few items now, this mod has lots of content coming! You can join the discord server by using the homepage link at the bottom of this page. Localizer Package |
5 years ago | tModLoader v0.10.1.5 | Edit | Delete |
Yggdrasil's Oracle
|
Download v0.0.100 (809 KB) |
JohnThePink |
This is a very W.I.P. mod, it currently only houses testable weapons. Armor, NPCs, and Tiles will be added at a later date.
Localizer Package |
5 years ago | tModLoader v0.10.1.5 | Edit | Delete |
Senor Bigfish
|
Download v0.1 (45.9 KB) |
jojo_070 |
This mod adds some stuff related to Senor Bigfish. An inside joke you won't understand.
Localizer Package |
4 years ago | tModLoader v0.11.7.5 | Edit | Delete |
Destination mod(Used to be Destiasion)
|
Download v1.2.6.1 (2.1 MB) |
Jokadrian and Tensmile13 |
Localizer Package |
2 years ago | tModLoader v0.11.8.6 | Edit | Delete |
Destiasion mod
|
Download v1.2.5.7 (475.3 KB) |
Jokadrian and Tensmile13 |
Localizer Package |
2 years ago | tModLoader v0.11.8.6 | Edit | Delete |
TerraStory's music
|
Download v0.6 (29.3 MB) |
Jokie |
Musics for TerraStory
Music for : - Sky - Hell - Snow - Snow(night) - Snow (Underground) - Jokie Localizer Package |
3 years ago | tModLoader v0.11.8.4 | Edit | Delete |
TerraStory's music pack 2
|
Download v0.8 (27.9 MB) |
Jokie |
Musics for TerraStory
Musics for : - Hallow - Corruption - Crimson - Sandstorm - Beach - Jungle - Desert - Jokie Localizer Package |
3 years ago | tModLoader v0.11.8.4 | Edit | Delete |
TerraStory
|
Download v1.11 (33.3 MB) |
Jokie |
Localizer Package |
3 years ago | tModLoader v0.11.8.4 | Edit | Delete |
Maplestory's font
|
Download v0.1 (42.2 KB) |
Jokie |
Hi ! I'm doing a mod about MapleStory. (TerraStory, who will be published in some weeks) Since my work is far from finished, I decided to make a simple mod with the fonts I used. Enjoy !
- jokie. Localizer Package |
4 years ago | tModLoader v0.11.7.5 | Edit | Delete |