tModLoader Mod List
| Display Name | Version | Size | Author | Last Updated | tModLoader Version | Downloads | Hot | |
|---|---|---|---|---|---|---|
|
+100% increased quality of life
|
Download v0.8 (19.2 KB) |
thegigibeast |
Localizer Package |
6 years ago | tModLoader v0.11.2.2 | Edit | Delete |
Magic Storage
|
Download v0.4.3.6 (423.3 KB) |
blushiemagic |
Are you tired of having a mess of chests in your base? Never remember where you put your items, and have to run across your entire house to get from chest to chest? This mod will solve all of your problems!
This mod offers a solution to storage problems once and for all. It allows you to construct a central network to store all your items, that you can access from one single block. If desired, you can even set up multiple access points to use your storage from anywhere in the world. You can search your storage for items with a certain name, filter by item types, etc. The magic storage can even craft items for you! The magic storage scales as you progress in your playthrough. It is accessible very early in the game, but with limited power. As you defeat bosses and earn more materials, you will be able to upgrade your storage to perform more functions and more easily expand the storage capacity. TODO: Money Compactor Blacklist/Whitelist for specific accesses Wait for bug reports Localizer Package |
4 years ago | tModLoader v0.11.8.4 | Edit | Delete |
|
Daiyousei's Reforges
|
Download v0.9 (85.4 KB) |
Daiyousei |
Adds more reforges that ranges in complexity, from simple stat boosts to full on item behavior changes
Adds 49 reforges so far Reforges may include: -Magical(All weapons): Weapons shoot out an extra magical projectile -Tactical(Ranged weapons): Ocassionally fire out rockets when attacking -Supportive(Accessories): +1 Max minions -Protective(Accessories): +6% Damage reduction -Vital(Accessories): +20 max life DISCLAIMER: may still not be compatible with multiplayer despite the fixes Changelogs: v0.9: -Added 5 new prefixes -Made ranged prefixes fire projectiles depending on the item rotation for a bit of a "weapon attachment" effect -Fixed item descriptions sometimes stacking v0.8: -Added 1 new prefix -Fixed Absorbent and Flexible prefixes not working -Exalted and Magical prefixes' projectile damage has been nerfed to only deal half the weapon's damage all the time -Exalted, Upgraded and Ascended now gives +1 armor penetrtion -Nerfed Protective and Deterrent prefixes -Upgraded prefixes now always fire a rocket v0.7: -Fixed "attempted to divide by zero" error sometimes happening, freezing players in place -Toxic and Hexxed are now applicable to all weapons v0.6: -Fixed some multiplayer issues(For real) v0.5: -Fixed some multiplayer issues v0.4: -Added 10 new prefixes -Fixed Exalted prefix' extra projectile's hitbox -Exalted and Magical prefixes' projectile damage is increased if the weapon it is applied to does not shoot out a projectile, is a true melee weapon, flail, spear or yoyo -Made some visual improvements to some projectiles v0.3: -Added 8 new prefixes -Made accessory prefixes added by this mod more common -Buffed Magical prefix, now more common and extra projectile is bigger and deals more damage -Buffed Cosmic prefix, star is now faster -Energized prefix now increases mana regen amount instead of decreasing the mana regen cooldown to prevent mod conflicts v0.2: -Added 6 new prefixes -Buffed Tactical prefix, the rockets are now more common -Nerfed reforge prices for some prefixes Localizer Package |
4 years ago | tModLoader v0.11.8.5 | Edit | Delete |
|
Heroes of Envel
|
Download v0.1 (219.4 KB) |
Untalking Owl |
Localizer Package |
5 years ago | tModLoader v0.11.8.4 | Edit | Delete |
|
Sakura Nishimoto & Friends' Mod
|
Download v0.0.1 (46.5 KB) |
Sakura Nishimoto & Frien… |
Localizer Package |
5 years ago | tModLoader v0.11.7.8 | Edit | Delete |
the most op and destructive pickaxe
|
Download v1.0.3 (26.5 KB) |
CatCatDeluxe |
Localizer Package |
5 years ago | tModLoader v0.11.7.8 | Edit | Delete |
|
idk?
|
Download v0.1 (9.9 KB) |
CatCatDeluxe |
Localizer Package |
5 years ago | tModLoader v0.11.7.5 | Edit | Delete |
|
BlueBolt22's Mod
|
Download v0.1 (9.2 KB) |
BlueBolt22 |
Localizer Package |
6 years ago | tModLoader v0.11.7.2 | Edit | Delete |
Terraria 1.4 Countdown Watch
|
Download v0.4 (763.2 KB) |
4mbr0s3 2 |
Localizer Package |
6 years ago | tModLoader v0.11.6.2 | Edit | Delete |
|
Piede Mod
|
Download v1.0.0 (2 MB) |
CodyDev |
The official Piede Mod.
I'm not exactly an experienced modder, but I'm slightly competent. This mod was intended to be played by me and my friends only, so it has references to 'inside jokes' in it. At some point I'll convert the mod into something more serious by removing the jokes and preserving the other items. For now feel free to play this if you're a complete stranger, but just know that you likely won't be able to understand why certain things exist. The mod also obviously isn't finished. Localizer Package |
6 years ago | tModLoader v0.11.6.2 | Edit | Delete |
The Tao Mod
|
Download v2.4.1.6 (284.1 KB) |
Terra, holeow, GlitchOut… |
Localizer Package |
6 years ago | tModLoader v0.11.6.2 | 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 |
4 years ago | tModLoader v0.11.8.9 | Edit | Delete |
|
Respawn Timer
|
Download v1.0 (9.8 KB) |
thegigibeast |
Localizer Package |
6 years ago | tModLoader v0.11.5 | Edit | Delete |
Dust Trails
|
Download v1.1.2.2 (210.5 KB) |
Blockaroz & Webmilio |
Localizer Package |
6 years ago | tModLoader v0.11.5 | Edit | Delete |
Sounder Mod
|
Download v0.6.4.1 (7.1 MB) |
SounderStudio |
Sounder Mod Adds:
5 Bosses (Lost Head) (Post Eye) (Golden Star) (Pre Mechs) (Chilion) (Pre Plantera) (Flarion) (Pre Plantera) (SoundGod) (Post Moonlord) 10+ Npcs 2 Armor Sets 1 Town Npc 1 Crafting Station 15+ Equipables 125+ Items Etc. Subscribe To Sounder Studio on Youtube My Other Mods - Gamers Dream and Mega's Food Mod Recent Update: Nerfed Ultimata Made the Laser Eye spawn in hardmode Made the Thunder Spirit spawn during the rain Added a new enemy, the Ice Shooter Made the Ice Shooter spawn in the snow biome in hardmode Did some Respriting Buffed The Eye Made the Sound God drop more Sound Souls when killed Changed some recipes Buffed Widows Revenge Slightly Localizer Package |
6 years ago | tModLoader v0.10.1.5 | Edit | Delete |
|
Trelamium Mod Remastered
|
Download v0.2.4 (22.3 MB) |
Rubber Duck |
Localizer Package |
7 years ago | tModLoader v0.10.1.5 | Edit | Delete |
|
Zelda Weapons
|
Download v0.1 (5.4 KB) |
-Luka- |
Zelda Weapons is a pretty cool mod, it does...this. Modify this file with a description of your mod.
Localizer Package |
8 years ago | tModLoader v0.10.0.2 | Edit | Delete |
Calamity Mod Infernum Mode
|
Download v0.8.3 (262 KB) |
Dominic Karma |
Infernum
This difficulty is harder than Death mode and can be activated with the Infernal Chalice when Revengeance Mode is active. The primary focus of the mod is expansive reworking of boss AIs. Possible plans to add custom music, items, and exclusive bosses in the future.... maybe. Some bosses may gain (unnecessary) extra phases for maximum "It's not over yet!" energy. NOTE: As of now, only Pre-HM (along with some HM) boss AIs are included, and bosses may be subject to rebalancing. Furthermore, the mod is not supported for multiplayer at this time."> An extension mod for Calamity that adds an extra difficulty - Infernum This difficulty is harder than Death mode and can be activated with the Infernal Chalice when Revengeance Mode is active. The primary focus of the mod is expansive reworking of boss AIs. Possible plans to add custom music, items, and exclusive bosses in the future.... maybe. Some bosses may gain (unnecessary) extra phases for maximum "It's not over yet!" energy. NOTE: As of now, only Pre-HM (along with some HM) boss AIs are included, and bosses may be subject to rebalancing. Furthermore, the mod is not supported for multiplayer at this time. Localizer Package |
3 years ago | tModLoader v0.11.8.9 | Edit | Delete |
|
Darker Magic
|
Download v0.1.1 (143.8 KB) |
Cango |
Localizer Package |
5 years ago | tModLoader v0.11.8.3 | Edit | Delete |
|
help
|
Download v0.1 (409.9 KB) |
ameerarena |
help is a mod which adds in a number of new items, weapons, and bosses, as well as some post moon lord content.
Localizer Package |
5 years ago | tModLoader v0.11.7.5 | Edit | Delete |