tModLoader Mod List

Create

Find by name: | Back to Full List

Display Name Version | Size Author Last Updated tModLoader Version Downloads | Hot
More Weapons and Accessories
Download v0.9 (12.1 KB)

SolidSableye

SolidSableye's first ever published mod.

Adds in more weapons and mostly accessories. It is currently completely unfinished. Don't worry though :)

Localizer Package
3 years ago tModLoader v0.11.8.8 Edit | Delete
unnamed terraria mod (APLHA)
Download v0.22 (15.5 KB)

goobersnot

contains one sword for now. at least 1 weapon is in the works atm.
made some mistakes, so version is 0.22
-----------------------
v0.2 PATCH NOTES
-----------------------
-Blinding Dark's name changed to Erebus Edge.
-Erebus Edge resprited and given a new projectile.
-Erebus Edge rebalanced to be pre-plantera; an alternative to the Terra Blade.
-...and probably a few other things I missed!
-----------------------
more weapons, tools, armor, n stuff coming soon.

discord: https://discord.gg/nSKqcNzedJ

Localizer Package
3 years ago tModLoader v0.11.8.8 Edit | Delete
Polus' endless pets mod
Download v0.1 (6.5 KB)

Polus

Polus' endless pets mod allows you to have infinite pets at the same time (even modded ones).
It works pretty simple, just use pet you want, and you still can use other pets
DO NOT EQUIP PETS IN PET SLOT, OTHERWISE, IT WON'T WORK

Localizer Package
3 years ago tModLoader v0.11.8.8 Edit | Delete
craftable stingers
Download v0.1 (5.1 KB)

alex

makes stingers craftable
1 Jungle spore = 1 stinger

Localizer Package
3 years ago tModLoader v0.11.8.8 Edit | Delete
the return of jeff
Download v1.91.1 (35.2 KB)

not jeff

adds jeff

Localizer Package
3 years ago tModLoader v0.11.8.8 Edit | Delete
Gold to Normal Chest Exchange
Download v0.5 (7.4 KB)

alex

u can change a normal chest to a gold chest enjoy!
massive credit to nextrg on discord
this my first mod

Localizer Package
3 years ago tModLoader v0.11.8.8 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
Coolus
Download v1.0 (34.6 KB)

izair8408

Coolus is a pretty cool mod, it does cool things.

Localizer Package
3 years ago tModLoader v0.11.8.8 Edit | Delete
Starter Bag
Download v0.1 (7.5 KB)

hrr_

Adds a "Starter Bag" to newly-created characters

Starter Bag contains:
- Cloud in a Bottle
- Hermes Boots
- Magic Mirror

- Copper Broadsword
- Wooden Bow / 200 Wooden Arrows
- Sapphire Staff
- Slime Staff

Localizer Package
3 years ago tModLoader v0.11.8.8 Edit | Delete
Streetdoorz Mod
Download v0.8 (35.2 KB)

door

something i made for fun

Localizer Package
3 years ago tModLoader v0.11.8.8 Edit | Delete
Tuna
Download v0.1.1.1 (55.2 KB)

porkchop

Barebones mod with very minor quality of life changes. :)

Localizer Package
3 years ago tModLoader v0.11.8.7 Edit | Delete
Dirt Warfare
Download v0.1 (18 KB)

MagmaFloof

Dirt Warfare is a Mod focused on making Dirt Weapons!
More Weapons to Come!
Use Recipe browser and look up "Blades" for all the recipes


v0.1:
Added Dirt Blade, Spikey(Cactus) Blade, Sandy Blade, and Ultimate Dirt Blade(uses like, 9990 Dirt and 10 Luminite Bars)

Localizer Package
3 years ago tModLoader v0.11.8.6 Edit | Delete
UriPike777 Mod
Download v0.2.1 (24.3 KB)

UriPike777

Mod para jugar con mis amigos :D

Update Notes:
V:0.2
+2 nuevas espadas
+1 crateo para el mobil
-mejorada la mascara de rata y ahora cuenta como armadura

Localizer Package
3 years ago tModLoader v0.11.8.8 Edit | Delete
Beginer Item

https://i.imgur.com/fVGTcM0.png
Download v1.6 (219.7 KB)

Vu Truong Phu

BeginerItem is a mod that add buff,weapon,potion,tool with easy crafting recipe,and town npc that sell thing that hard to grind to help player progress faster at the start of the game,and
also add end game boss that drop powerful accessory ( this is just in case you play this mod with something hardcore like calamity,to make it a bit...easier and harder at the same time).
Note : The sprite of this mod is bad,but if you ok with that,then this mod is for you


1.6 update : add 7 early game potion and two end-game potion

Localizer Package
3 years ago tModLoader v0.11.8.8 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
Martian Madness Summon
Download v0.1 (14.5 KB)

pollen__

This is literally a mod that just adds a summon for the Martian Madness event. Nothing else.
Framework by @pollen__#4062.
Textures by @iforgot@4275.

This mod was a request on the official tModLoader server.

Localizer Package
3 years ago tModLoader v0.11.8.7 Edit | Delete
Better Astral Communicator for Catalyst
Download v1.1 (16.9 KB)

WitherTaco

The mod is a mod that adds the ability to summon Astrageldon in post-moonlord.

This mod adds a better summoning item. It is crafted from the original by hand

Localizer Package
3 years ago tModLoader v0.11.8.6 Edit | Delete
Aggro Potion Mod
Download v1.4.2 (21.8 KB)

skest

Add useful items for multiplayer.

Please contact *SK#9886 if you have any bugs or feedbacks!

Change Logs

v1.4.2

- Cursed emblems will now take more lifes.

v1.4.1

- Fixed bugs.

v1.4.0

- Added Cursed Emblem.(You will lose life but gain many buffs.)

v1.3.1

- All items are no longer consumed.
- Item balance adjusted.
- Changed tooltips.

v1.3.0

- Added First-Aid Kit.(Greatly increased life regen but your movements will be very slow.)

v1.2.0

- Added Otaku Boots.(Greatly increased your movement speed, but decrease your defense.)

v1.1.1

- Fixed bugs.

v1.1.0

- Added Hidden Potion.(Decrease aggro.)
- Aggro Up buff changed to debuff.

v1.0.0

- Added Aggro Potion.(Increased aggro.)


Localizer Package
3 years ago tModLoader v0.11.8.8 Edit | Delete
Wow, that's like 25 oranges or something

https://i.imgur.com/qAJWpD2.png
Download v1.1.1 (5.9 MB)

Wow25

A mishmash of various ideas I came up with

Features:
1 Weapon type (13 variations)
1 Projectile
2 Accessories
2 Enemies
1 Microbiome
3 Music Boxes (music by me)
2 Weird and Hard-to-find changes to vanilla npcs

**Netcode is hard**
**If an item doesn't work in multiplayer, just drop and pick it back up. That usually works**


v1.0.1
~Harrows now more expensive

v1.1.0
~Harrows a bit weaker
~New Music box

v1.1.1
~Fixed Music box spawn rate

Localizer Package
3 years ago tModLoader v0.11.8.9 Edit | Delete
FAUCO Mod
Download v1.1 (188.8 KB)

BeH4uK

FoToN™
Hi, my name is BeH4uK (Roman).
I created this mod and I have high hopes for it!
In the future, I want to add more than 50 bosses, NPCs, and mobs here.
The mod is in active development.

If you have any ideas and you are a Russian player, you can write to me by email rmansyr06@gmail.com .

Good luck and don't forget to update the mod!
v. 0.2
added 3 item

added 1 pickaxe
And...
added 1 BOSS...
"> FoToN
Hi, my name is BeH4uK (Roman).
I created this mod and I have high hopes for it!
In the future, I want to add more than 50 bosses, NPCs, and mobs here.
The mod is in active development.

If you have any ideas and you are a Russian player, you can write to me by email rmansyr06@gmail.com .

Good luck and don't forget to update the mod!
v. 0.2
added 3 item

added 1 pickaxe
And...
added 1 BOSS...

Localizer Package
3 years ago tModLoader v0.11.8.6 Edit | Delete
<<-- | <- | -> | -->>