tModLoader Mod List
| Display Name | Version | Size | Author | Last Updated | tModLoader Version | Downloads | Hot | |
|---|---|---|---|---|---|---|
|
Golden's Knife Mod
|
Download v0.1 (11.6 KB) |
GoldenOctopus123 & ReBla… |
Golden's Knife Mod is a mod made by GoldenOctopus123 and ReBlazerDude
It adds in (Currently) Two new melee Weapons, Golden’s Knife and its lesser version. It is Post-Moonlord and very expensive, but powerful. It is my first mod so yeah, expect disappointment. Sub to my channel please; that’d be cool. https://www.youtube.com/channel/UCLOJkbc9fmDpCXhm55u-GUA?view_as=subscriber Enjoy! CRAFTING GUIDE: Broken Golden’s Knife (At Bookcase of any sort) 400 Gold/Platinum Ore 300 Gold/Platinum Bars 500 Lunar Bars Localizer Package |
4 years ago | tModLoader v0.11.8.5 | Edit | Delete |
|
Lunatic
|
Download v1.1 (20.8 KB) |
BananaMan |
The Lunatic mod adds a new sword called the Lunatic. It shoots ice mist from the boss, Lunatic Cultists.
Localizer Package |
4 years ago | tModLoader v0.11.8.5 | Edit | Delete |
|
Infernal Arms
|
Download v0.1 (174.4 KB) |
Adam Marsh |
Infernal Arms allows the player to use three of Zagreus' heralded weapons from the 2018 release Hades created by Supergiant Games. Stygias, the Blade of the Underworld, Coronacht, the Heart-Seeking Bow, and Varatha, the Eternal Spear, are all able to be crafted from different celestial fragments in order to do what they were destined for: Kill a god.
Localizer Package |
4 years ago | tModLoader v0.11.8.5 | Edit | Delete |
|
Rebellion
|
Download v0.61 (96.4 KB) |
Surreal |
W.I.P. Modding project
0.1# - Release 0.2-3# - Minor fixes 0.4# - Bean 0.5# - Bean major update 0.6# Minor changes 0.61# Localizer Package |
4 years ago | tModLoader v0.11.8.5 | Edit | Delete |
|
marohomod
|
Download v2.0 (4.7 MB) |
marvroho |
The marohomod expands the vanilla experience with some weapons, tools and materials. Im very new to modding so don't expect extremely good modded content, but yeah, i hope you enjoy it.
- 0.6 = Added a dirt sword that you upgrade throughout your playthough. - 0.7 = Fixed a bug with the "luminite Sword". - 0.8 = Added a new sword dropped from Brain Of Cthulhu. - 0.9 = Added projectiles to some swords and a new mage weapon. - ☆ 1.0 ☆ = Adds an endgame boss and its drops & and a weapon called "Kitchen Gun" (BUG WARNING: While fighting the boss, its png does this flicker thing so it might be hard to fight it, and i dont know how to fix it, but i'll try to fix this issue in a later update) - 1.1 = the boss now has its own bar it drops when killed + yet another endgame sword (aka the best sword in the game) - 1.2 = Changed boss spawn recipe for Figaru boss - 1.3 = Adjusted some weapons and some basic fixes - 1.4 = Added: +1 accessory +1 pickaxe +1 sword A custom boss theme - 1.5 = Changed the "True Caelestia" sprite and added some new projectiles - 1.6 = Added a new item dropped from demons which is used crafting - 1.7 = Added a new Post-Moonlord sword made from two mage weapons - 1.8 = Added new Pre-EoC weapons and a new post-Moonlord sword - 1.9 = Nerfed the "Soulcatcher" and re-sprited alot of swords - ☆ 2.0 ☆ = Added some new weapons and nerfed the "Figarus Valor" Localizer Package |
4 years ago | tModLoader v0.11.8.5 | Edit | Delete |
|
CrabRave
|
Download v0.1 (558.2 KB) |
battlewhale |
Step 1. Find crab statues
Step 2. Begin CrabRave Step 3. ??? Step 4. Profit Localizer Package |
4 years ago | tModLoader v0.11.8.9 | Edit | Delete |
|
Hellstone Bar Recipe Edit
|
Download v0.1 (18.2 KB) |
SD9k |
Removes obsidian as a requirement for Hellstone Bars, and increases the amount of Hellstone required to compensate.
Localizer Package |
5 years ago | tModLoader v0.11.8.3 | Edit | Delete |
|
TerraExtra
|
Download v0.2 (67.2 KB) |
Raftatul |
My first mod
Localizer Package |
5 years ago | tModLoader v0.11.8.3 | Edit | Delete |
|
The TLNC Terrar Pac
|
Download v0.2 (6.3 KB) |
balls_ |
This mod adds things that are inside jokes.
You might find them funny. INFO: Nothing in this pack is unironic. Among us sucks. Fuck you. Localizer Package |
5 years ago | tModLoader v0.11.7.8 | Edit | Delete |
|
more beenades Mod
|
Download v1.1 (36.3 KB) |
SteptimusHeap |
beenades
Localizer Package |
5 years ago | tModLoader v0.11.8.3 | Edit | Delete |
Archie Vanity Set
|
Download v1.1 (22.7 KB) |
Hex |
Adds Archie Vanity Set.
Made by me Hex! pls commission me im doing custom furry vanity sets msg me on discord Hecks#1616 Character owned by: @LazyLithical twitter. Localizer Package |
4 years ago | tModLoader v0.11.8.6 | Edit | Delete |
|
Bird Of The Lime Variety
|
Download v1.0 (67.7 KB) |
Dank |
limebird in real :flushed:
Changes the Dragonfolly to be Lime Localizer Package |
5 years ago | tModLoader v0.11.8.1 | Edit | Delete |
Chen's Bad Prefix Reroller
|
Download v0.0.3 (26.2 KB) |
blancfaye7 |
This mod literally just rerolls the vanilla bad prefixes into another existing one. That's it.
Do note that this mod implements a way to avoid going into an infinite loop, so only a limited number of virtual retries are implemented. If you are very unlucky, you'd still get one of the bad prefixes. Number of retries is configurable. One can add more (or remove some) "bad" prefixes by using Mod.Call. Adding a bad prefix: Mod mod = ModLoader.GetMod("ChensBadPrefixReroller"); if (mod != null) { mod.Call("AddBadPrefix", PrefixID.Legendary); mod.Call("AddBadPrefix", ModContent.PrefixType<MyModdedPrefix>()); } Removing a bad prefix: Mod mod = ModLoader.GetMod("ChensBadPrefixReroller"); if (mod != null) { mod.Call("RemoveBadPrefix", PrefixID.Awkward); mod.Call("RemoveBadPrefix", ModContent.PrefixType<MyModdedPrefix>()); } Localizer Package |
4 years ago | tModLoader v0.11.8.5 | Edit | Delete |
|
Just25Items
|
Download v0.2.1 (26.1 KB) |
Jayblue873 |
Localizer Package |
6 years ago | tModLoader v0.11.6.2 | Edit | Delete |
|
Different Dimensions
|
Download v0.33 (115.5 KB) |
Juno n Cynthia |
The Different Dimensions mod is a self-indulgent mod focusing on adding bear related items and children's card games.
Localizer Package |
5 years ago | tModLoader v0.11.8.1 | Edit | Delete |
|
Endless Void
|
Download v0.3 (41.6 KB) |
Voidlessummon |
An endless void of diffculty I don't plan on this mod ever ending so have fun with all the bosses!
A new Monstrosity approaches they say it was a unused robot? Perhaps a deadly creature? The abyssal one may not be fully added in this update, but it's coming soon be prepared. Localizer Package |
3 years ago | tModLoader v0.11.8.9 | 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 |
4 years ago | tModLoader v0.11.8.8 | Edit | Delete |
|
Auric Slime Mod
|
Download v0.1 (8.5 KB) |
Xay |
Auric Slime Mod go squish squish.
Localizer Package |
4 years ago | tModLoader v0.11.8.9 | Edit | Delete |
|
CalorMus (BetAlpha)
|
Download v0.1 (89.9 KB) |
Sasky |
CalorMus (BetAlpha) is in betAlpha
Localizer Package |
5 years ago | tModLoader v0.11.8.1 | Edit | Delete |
|
Semen In The Jar
|
Download v0.1 (10.1 KB) |
FORZER |
[ALPHA]
EN: This mod made just for fun. You need 30 Gel and 1 Bottle to create this. So far, it's like reskin a cloud in a bottle. I think how to change sound of double jump. RU: Этот мод сделан был по приколу. Тебе нужно 30 геля и 1 бутылка, чтобы создать его. Пока что, это как рескин облако в бутылке. Пока что, я думаю как изменить звук двойного прыжка. Localizer Package |
4 years ago | tModLoader v0.11.8.9 | Edit | Delete |