tModLoader Mod List

Create

Find by name: | Back to Full List

Display Name Version | Size Author Last Updated tModLoader Version Downloads | Hot
Accessory Overhaul
Download v2.2 (71.6 KB)

DiVapor

Accessory Overhaul is a mod that adds plenty of accessories for ALL Classes, if you want to request ideas, help, or keep up with updates, join the discord.

FIXED THAT FECEIN BUG WHERE A PROJECTILE SPAWNS HELL ;-;

discord:https://discord.gg/Dc6QJaB divapor24#7509

by: Divapor(ME)
sprites by Zennle, Cherry, Xenos, Lucky, Megaminer, Polyhedricus, RandomTerrarian
Code by Divapor, CreeperDaSnek, Zennle

*NOT ANYWHERE NEAR DONE. SOME THINGS ARE A BIT BROKEN AND UN-FINISHED* *THIS WAS JUST TO LET PEOPLE KNOW THAT THE MOD IS NOT DEAD*

*NEED SPRITERS AND CODERS, BAD OR GOOD* *20 MORE ITEMS WILL BE IN THE 2.3 UPDATE*

version 2.2

fixed the rings that shoot projectiles...

whats next?
-more sprite fixes
-more items
-changing rarity of items accordingly
-item fixes


THERE WILL NOW BE WEEKLY UPDATES



Localizer Package
5 years ago tModLoader v0.10.1.5 Edit | Delete
AccessoryProgressMod

https://i.imgur.com/s3smnjp.png
Download v1.0.7 (76.1 KB)

CryingAlone

AccessoryProgress adds scalable accessories
+Each class has its own unique 8 tiers of accessories

Localizer Package
3 years ago tModLoader v0.11.7.2 Edit | Delete
Accessory Slots +
Download v0.1 (17 KB)

doombubbles

Cheat Sheet's Extra Accessory Slots without the rest of the Cheat Sheet
In case you want extra slots but don't trust your friends not to just cheat stuff in b/c they're lazy

All credit goes to jopojelly and co. for authoring the code that makes this possible

Localizer Package
4 years ago tModLoader v0.11.3 Edit | Delete
Accessory Swapper
Download v1.3.0.2 (9.1 KB)

Creeper Da Snek

This mod allows switching between similar accessories at a Tinkerer's Workshop.
Example: Shiny Red Balloon <==> Balloon Pufferfish.

If you would like to request a recipe, ask for it on the homepage.

Changelog:

v1.0.0: Released as Shiny Red Balloon to Balloon Pufferfish. 1 recipe.
v1.0.1: Updated to tModLoader v0.10.0.2, added the link to Homepage on Mod Browser, allowed code to be viewed.
v1.1.0: Changed name to Similar Item Swapper (from Shiny Red Balloon to Balloon Pufferfish), added 81 recipes.
v1.1.1: Added the rest of movement accessories, added some Wings.
v1.1.2: Added the rest of the Developer Wings.
v1.1.3: Added all Accessories except Music Boxes.
v1.2.0: Added Music Boxes, finishing Accessories (unless anyone asks for a new recipe).
v1.3.0: Changed name to Accessory Swapper (from Similar Item Swapper); Each type of 'swappable' items will now be their own mod (Ex: Copper/Tin and similar, Corruption/Crimson and similar).
v1.3.0.1: Updated to tModLoader v0.10.1.
v1.3.0.2: Updated to tModLoader v0.10.1.2, made open source.

Localizer Package
6 years ago tModLoader v0.10.1.2 Edit | Delete
Multiply Accessory Stats By 10
Download v0.3 (14.4 KB)

bisbing

Exactly what it says.

Most accessories up until the Pink Horseshoe Balloon have been modified.
Additionally, I have modified the Vortex Booster, Nebula Mantle, and Betsy's Wings, as they are similar to the Hoverboard.
The Angler Tackle Bag has also been modified, as it is just a combination of previous accessories.
Accessories like the Water Walking Boots or Lucky Horseshoe cannot really have their stats multiplied by 10.
Currently, the Rifle Scope is not supported, and the zooming function of the Sniper Scope is not supported.
I apologize for any inconvinience caused by lack of X10 Rifle Scope support.
The only accessories left to modify are the Rifle/Sniper Scope, Yoyo Strings, Counterweights, Hive Pack, Yoyo Glove, Spore Sac, Shiny Stone, Yoyo Bag, and the DD2 accessories.

This mod is unfinished, the things listed below are things I still need to do.

1: Modify the accessory tooltips to reflect the new stats.
2: Modify the accessories that I have not yet modified.
3: Get the Rifle Scope to work.

Localizer Package
5 years ago tModLoader v0.10.1.5 Edit | Delete
AdamChromeE Mod, I Guess: Happy Anniversary, adam discord

https://i.imgur.com/50aKgVz.png
Download v1.4 (703.3 KB)

Sag (Programming) Arisau…

a very cool and unhealthy mod for your brain

SPECIAL THANKS:
AdamChromeE (Showcasing the mod)
Nogod (support)
ariasuri/kirbee (ideas)

Updates
1.4
firework!1
no more crashes i hope!1!
house1111!!!

1.3
adams big brother
brand new item
idk more stuff

1.2
New logo
adam boss has epic trail

1.1
Minecraft shield
funny repellent
Name format changed;
now AdamchromE Mod I Guess: Update Name

1.0 ( initial release )
Subscribe button
Life crystal fragments
Tsunamis

0.9
Fixed serveral bugs where you were unable to load the mod
added somehow "annoying ui"

0.8
Fixed stuff

0.7
Dungeon Gaurdian Item
fards!
among us
kil
other stuff

0.6
-Adam Boss no longer turns the player to a ghost, expert mode-friendly as well
- a pong ball
- screenshot of dms
-Logo replaced

Localizer Package
2 years ago tModLoader v0.11.8 Edit | Delete
AchievementLib

https://mirror.sgkoi.dev/direct/AchievementLib.png
Download v1.2.2 (41.5 KB)

Scalie


Localizer Package
4 years ago tModLoader v0.11.5 Edit | Delete
Achievements Mod
Download v1.0.1 (29.7 KB)

Quethed

Allows mod authors to add achievements to terraria.

How to expand:
use ModLoader.GetMod("AchievementsMod")?.Call(...) to use.

Parameters for Call()
First value is the key and that defines the rest.

key = "UnlockAchievement"
usage = ("UnlockAchievement", string mod, string internalName)
This will unlock the specified achievement.

key = "UnlockSecretAchievement"
usage = ("UnlockSecretAchievement", string internalName, string name, string description, string texture, Mod mod)
This will register and unlock a new achievement.

key = "PreventUnlock"
usage = ("PreventUnlock")
This will prevent any achievement from unlocking during this loaded session. Use when cheat mods are on.

key = "AddAchievement"
usage = ("AddAchievement", string internalName, string name, string description, string texture, Mod mod)
This will register a new achievement. Make the internal name permanant.

-- V1.0.1 --

Removed debug chat messages.

-- V1.0 --
Initial Release

Localizer Package
2 years ago tModLoader v0.11.8.4 Edit | Delete
Cool Sword Mod
Download v0.1.1 (7 KB)

someone

Cool Sword Mod is a pretty cool mod, it does things.

Localizer Package
3 years ago tModLoader v0.11.7.8 Edit | Delete
Acrenia
Download v0.1 (82.5 KB)

Bob2055

Acrenia is still in pre beta. this was only published for the Devs.

Localizer Package
5 years ago tModLoader v0.10.1.5 Edit | Delete
actestmod
Download v1.1 (9.3 KB)

Aqua Cake

test mod, ignore

Localizer Package
3 years ago tModLoader v0.11.7.5 Edit | Delete
Active Summoning
Download v1.0 (14.4 KB)

AllTimeIndie

This is my first time trying to make a Terraria mod. It's simple enough but hopefully it's okay.
This mod simply adds alternatives to some vanilla terraria magic weapons to make them deal summon damage. I tried to balance the scaling to keep the total damage with minions equal to that of the magic weapon but if something seems off please let me know!

Currently converted weapons:
Bee Gun
Book of Skulls
Wasp Gun
Bat Staff
Magnet Sphere

Future plans:
Crimson Rod
Nimbus Rod
New active summon weapons dropped from Eye of Cthulhu and Wall of Flesh
Calamity/Thorium plus other mod support

Thanks for checking my little mod out!

Localizer Package
4 years ago tModLoader v0.11.6.2 Edit | Delete
ActiveSummonWeapons
Download v1.0.6 (13.5 KB)

Saerus

WORK IN PROGRESS.

This mod will eventually contain several active weapons that scale with the minion damage stat.

At the moment, there is just one weapon crafted at a workbench with 10 wood and 1 gel.

===v1.0.6===

-bubbles replaced with spirits
-Github integration
-tModLoader v0.10.1.4

===v1.0.5===

-Bubble Wand now scales uniquely with minion damage stat to be relevant at any stage of progression
Bubbles will eventually be switched into something more fitting for a minion caster

===v1.0.4===

-fixed multiplayer bug (bubbles appeared to fly off screen on other clients)
-bubbles now pop after hitting just once
-bubbles are now visually smaller, hit box is now correct
-bubble wand mana cost decreased, cast speed increased
-bubble wand recipe is now 10 wood and 1 gel at a workbench

===v1.0.3===

-renamed items/projectile, new graphic

===v1.0.2===

-tModLoader v0.10.1.3

===v1.0.1===

-tModLoader v0.10.1

===v1.0.0===

-initial upload

Localizer Package
5 years ago tModLoader v0.10.1.4 Edit | Delete
Actually Good Respawn

https://i.imgur.com/75FHg70.png
Download v0.0.2.1 (19.4 KB)

TeamDonut

Thank you for downloading!

Actually Good Respawn Mod TM makes it so you don't have to smash your keyboard after you die to to the respawn timer!

TL;DR: No Respawn Timer!

Enjoy :)

Localizer Package
2 years ago tModLoader v0.11.8.4 Edit | Delete
For me friends LOL
Download v0.1 (8 KB)

xyzover9000

For me friends LOL is a pretty cool mod, it does stuff...

Localizer Package
4 years ago tModLoader v0.11.6.2 Edit | Delete
pYoyo
Download v0.2 (14.7 KB)

an idiot (Pickle)

This is a yoyo mod that is very strong, it adds a single yoyo that does 500 dmg, crafted from 3 Terrarians and 3 Wooden Yoyos (not tested sorry). I think I set it to allow source code and images, so you can use extract and get the whole mod project (i think). The icon won't publish but it's red, yellow, and blue colored. UPDATE: Sorry, I messed up the crafting, it should be fixed now.

Localizer Package
2 years ago tModLoader v0.11.8.4 Edit | Delete
Antimatter Dimension
Download v0.1 (6.3 KB)

DOG

Look at the very wide "Antimatter Dimension". Isn't that great?

Localizer Package
3 years ago tModLoader v0.11.8 Edit | Delete
Adamantium Mod
Download v0.5.1.2 (45.4 KB)

Adamantite Shortsword


Localizer Package
3 years ago tModLoader v0.11.8.1 Edit | Delete
Added Weapons
Download v0.2 (11.1 KB)

BlackFlameX88

Added Weapons V1 adds 4 new weapons to the game.
This mod has

- Axe
- Pick
- Sword
- Sickle

Localizer Package
3 years ago tModLoader v0.11.7.5 Edit | Delete
Additional Utilities
Download v0.1 (2.6 KB)

Saeko

Additional Utilities focuses on adding neat quality of life items without changing your game in general.

Features :

Angler Trade :
-You can now craft Apprentices and Journeyman Baits into Master Baits.
-You can craft the Master Baits into Fishing Quest rewards.
-Hardmode rewards requires an hardmode anvil.



More features soon ?

Localizer Package
6 years ago tModLoader v0.10.0.1 Edit | Delete
<<-- | <- | -> | -->>