tModLoader Mod List
| Display Name | Version | Size | Author | Last Updated | tModLoader Version | Downloads | Hot | |
|---|---|---|---|---|---|---|
|
The Possessed Hat
|
Download v0.1 (4.9 KB) |
Scribble Glitch |
The Possessed Hat is a pretty cool mod, it does...this. Modify this file with a description of your mod.
Localizer Package |
5 years ago | tModLoader v0.11.6.2 | Edit | Delete |
|
For DarthDino66
|
Download v0.1 (7.6 KB) |
;) |
This is for DarthDino66. You can use it if you want I guess.
Localizer Package |
4 years ago | tModLoader v0.11.8.4 | Edit | Delete |
|
More Spell Books
|
Download v1.0 (16.9 KB) |
enderples |
Just adds more spellbooks
adds 5 Spell Books Changelog v1.0 - added changelog - added most of pre-hardmode spellbooks (probably not balanced) Localizer Package |
3 years ago | tModLoader v0.11.8.8 | Edit | Delete |
|
The Science Mod
|
Download v0.1.1 (64.1 KB) |
Pyryzer |
The Scientist Mod introduces a new class: the Scientist! The technological weapons of this class can be boosted with numerous different accessories, which allows endless cool synergies to be discovered. The mod also adds other stuff and analyzes the Terraria world more scientifically.
This mod is still work in progress, and it is currently only viable very early in the game. I plan to add more weapons, equipment and other content (other items, enemies, bosses) in the future. Localizer Package |
5 years ago | tModLoader v0.11.7.5 | Edit | Delete |
|
Custom Music Mod
|
Download v0.2 (17.4 KB) |
Shipmans AGLA |
Customize the music in your game!
This mod contains a single file that changes the music to whatever music files you place in the music folder of this mod. Does not come with any music, you have to put the music you want in yourself. Works with calamity to not replace music while in a calamity biome, but also still works without calamity. I put comments in the code to hopefully make reading and using the mod as clear as possible :) Your music files need to be named correctly, so you should probably look at and refer to the code of this mod. How To Use: 1. enable developer mod on tmodloader 2. if you don't have some of the required programs for this, follow this guide for them: https://github.com/tModLoader/tModLoader/wiki/Basic-Prerequisites 3. extract the mod and move the extracted mod to your mod sources folder (documents > my games > terraria > mod loader > mod sources) OR download the files from the mod's github 4. Create a folder in the mod called "Sounds", and create another folder in that folder called "Music" if these folders aren't there already 5. Add your music files to the "Music" folder (Last time I checked, Terraria likes .ogg and .wav file formats for sounds) If Terraria rejects your sound file's format, import them into audacity and then export them as the correct format 6. Make sure your music files are named correctly by checking the file directory the code looks for when changing the music These are the lines of code that say "music = GetSoundSlot(SoundType.Music, "Sounds/Music/<your file name here>")" You will need to open CustomMusicMod.cs for this 7. Comment out (add // before) any "music = GetSoundSlot(SoundType.Music, "Sounds/Music/<your file name here>")" line of code for biomes/events you did not add a music file for 8. Build + reload the mod, and test to see if it works! You should be able to read the code inside the if statements throughout the code to determine which biome/boss/event they change the music for for example, if (Main.LocalPlayer.ZoneCorrupt) means the following indented lines of code activate when the player is in the corruption Localizer Package |
3 years ago | tModLoader v0.11.8.8 | Edit | Delete |
Wooden Shortswords Mod
|
Download v0.1.3 (16.5 KB) |
Denver |
A 1.3 port of my mod. Might have mod support soon.
0.1.3 - Balancing changes. 0.1.2 - Added more shortswords, fixed an incorrect sprite, and that's about it. 0.1.1 - Added Boreal Wood Shortsword, changed the sprite, changed the crafting recipe, and hopefully added an icon. 0.1.0 - Release Localizer Package |
3 years ago | tModLoader v0.11.8.9 | Edit | Delete |
|
ServerUtilities
|
Download v1.0.12 (21.6 KB) |
mas205 |
Server utilities is a WIP mod that hopes to give a wide selection of server side commands
Localizer Package |
4 years ago | tModLoader v0.11.8.4 | Edit | Delete |
|
Ariana Grenade
|
Download v0.1 (14.3 KB) |
bruh enjoyer |
Ariana grenade is a mod
Localizer Package |
3 years ago | tModLoader v0.11.8.6 | Edit | Delete |
|
Test Mod - Cool Weapons
|
Download v1.2.3 (132.4 KB) |
Luke |
Probably don't download...
Adds a cool "endgame" weapon for all classes (except Thrower?). Only problem is... the weapons all use early pre-hardmode crafting materials. Also, it lets you stack the new sword? Idk, just experiments is all. Probably new way to reforge the sword without cost as well, but I really don't care, this is just for fun ideas. (Also, seperating the stacked sword may be a bit hard.) Started adding some custom weapons along the progression of a new playthrough me and my friend are doing so we can have some of my nice ideas to play with. Also the weapons I am making are biased towards ranged and mage bc those are the classes my and my friend are using on this playthrough. Plan to make post Moon Lord sans bossfight? weapons made list: (melee, ranged, mage, summoner) king slime: n, n, n, n eye of cthulhu: n, n, n, n eow/boc: n, y, y, n queen bee: n, y, y, n skeletron: n, y, y, n wall of flesh: n, n, n, n the twins: n, n, n, n the destroyer: n, n, n, n skeletron prime: n, n, n, n plantera: n, n, n, n golem: n, n, n, n duke fishron: n, n, n, n lunatic cultist: n, n, n, n moon lord: n, n, n, n other: pumpkin moon: n, n, n, n frost moon: n, n, n, n wof again: n, n, n, n (no celestial events ig) sans thingy: y, y, y, y (kind of) Localizer Package |
3 years ago | tModLoader v0.11.8.9 | Edit | Delete |
|
Ivor
|
Download v0.1 (7.6 KB) |
Phil |
Ivor is a pretty cool mod, it does...this. Modify this file with a description of your mod.
Localizer Package |
5 years ago | tModLoader v0.11.6.2 | Edit | Delete |
|
Warp Item Control Lib
|
Download v1.2.1 (24.8 KB) |
hamstar |
Warp Item Control Lib allows controlling the use of player warp items (Magic Mirrors, Cellphones, Recall Potions, etc.), including:
- Adjusting time until warp items activate. - Disabling warp items via. config or API, and per-player. - Added an option to have player movement interrupt a warp. - Added option to block or cause harm on warp during Chaos State, and have warps cause Chaos State. Configurable. Localizer Package |
4 years ago | tModLoader v0.11.8.4 | Edit | Delete |
|
Birdbugsnake
|
Download v0.1 (12.7 KB) |
RavenTM |
Just a mod that adds 3 vanity items for my group.
Localizer Package |
5 years ago | tModLoader v0.11.7.8 | Edit | Delete |
|
Elmo Mod
|
Download v1.4.1 (35.4 KB) |
2stinkysocks |
Adds an elmo face tile
And an elmo gun thats it v1.1 VERY MUCH NERFED elmo gun v1.2 Fixed item descriptions Added infinite elmo pouch v1.3 Added unnerfed version of elmo gun and rare elmos v1.4 significantly buffed unnerfed version of the elmo gun v1.4.1 made infinite rare elmo pouch do the same damage as the consumable ammo Localizer Package |
4 years ago | tModLoader v0.11.8.5 | Edit | Delete |
|
New Horizons
|
Download v0.1 (6.3 KB) |
Dynamic Flame Studios |
New Horizons will be a mod, introducing a new planet for player to fight and explore on. It's called Githora, you can access it post-Moon Lord.
PLEASE NOTE THAT NEW HORIZONS IS STILL W.I.P. - IT IS PUBLISHED FOR PURPOSES OF TESTING AND CODING https://discord.gg/D9DkHkDm9T - New Horizons Discord Localizer Package |
4 years ago | tModLoader v0.11.8.5 | Edit | Delete |
|
The Biteable Onion Mod
|
Download v0.1 (30.6 KB) |
kono |
This mod will allow you to go on a Journey to take a bite out of the Biteable Onion.
Localizer Package |
4 years ago | tModLoader v0.11.8.5 | Edit | Delete |
|
Craftable Ankh Charm and Ninja Gear Mats
|
Download v0.21 (8.9 KB) |
nextrg |
craftable stuff for:
- ninja master gear - ankh charm Localizer Package |
3 years ago | tModLoader v0.11.8.8 | Edit | Delete |
Item Blocker
|
Download v1.0 (18 KB) |
RighteousRyan (Ryan) |
Item Blocker is a simple mod that allows you to block what items enter your inventory during play!
Assign 2 hotkeys: - Add - Remove In your inventory, press either of these keys to add or remove an item from a list of items you don't want entering your inventory! There is a config for the mod where you can remove and add items even if they aren't in your inventory. Localizer Package |
4 years ago | tModLoader v0.11.8.4 | Edit | Delete |
|
Diabolist Nerf
|
Download v0.1 (8 KB) |
Lemon |
This mod is if you want the Diabolist mob gone (also adds unlimited gel ammo)
Localizer Package |
5 years ago | tModLoader v0.11.7.5 | Edit | Delete |
|
The Wacky Mod
|
Download v0.1 (28.2 KB) |
StrikeXYZ |
The Wacky Mod is a pretty cool mod, it does...this. Modify this file with a description of your mod.
Localizer Package |
5 years ago | tModLoader v0.11.6.2 | Edit | Delete |
|
POV: Your 1.3 Duke Fishron
|
Download v0.1 (7.3 KB) |
MilkManMeeM |
Haha Shark Go Brrrr
My Discord Server For Funny Mods https://discord.gg/VXhA8gzMTu Localizer Package |
4 years ago | tModLoader v0.11.8 | Edit | Delete |