tModLoader Mod List
Display Name | Version | Size | Author | Last Updated | tModLoader Version | Downloads | Hot | |
---|---|---|---|---|---|---|
Pseudo Tweaks
![]() |
Download v4.2.0.2 (1.9 MB) |
PseudoCoffee |
Small mod of random tweaks and adds.
2 new bullets 2 new accessories 4 new weapons 2 new thrown weapons 2 new potions 1 new flask 2 new buffs 3 new player inflicted debuffs New game mechanics: Overheal, all health taken when at full hp increases maxhp up to double and then slowly goes back down to normal maxhp. New bullet with complete armor penetration. Armor piercing bullets completely ignore all kinds of damage reduction. For a full list of changes visit link below. Localizer Package |
4 years ago | tModLoader v0.11.7.8 | Edit | Delete |
Morion
|
Download v0.3 (22.8 KB) |
Magunpl |
mod created by one person, provides amazing experience ... i mean if you dont fall asleep first.
I improve this mod in my free time. 0.1 added weapon. well... unplayable 0.2 added magic weapon and recipes. 0.3 item "wooden conifer" now consumes mana. Added new ore(no World Gen). "wooden conifer" and "stone long sword" improvment. Localizer Package |
5 years ago | tModLoader v0.11.6.2 | Edit | Delete |
Polearms +
![]() |
Download v1.0.1 (205.5 KB) |
Weemo |
Welcome to Polearms+!
Polearms+ adds in three new polearm weapon types! - Pikes: Fast, Pokey, but Lower base damage - Halberds: Slow, Pokey, but Higher base damage - Bo Staffs: Essentially longer reaching broadswords Each pre hardmode ore (including cacti) has recieved its own pike and halberd variant! Likewise, each wood type has recieved its own bo staff variant! There is also a new hard mode crafting chain, that starts after the mechanical bosses, and ends after the Moon Lord. Find your way through it to create 'Astra', the halberd of universal creation! For a more in depth rundown, please see this mod's post on the Terraria community forums. Localizer Package |
5 years ago | tModLoader v0.11.6.2 | Edit | Delete |
Ghostly's Norizm Mod!
|
Download v0.1 (7.5 KB) |
iCommanderGhostly |
Ghostly's Norizm 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 |
Vanilla Expansion
|
Download v0.1 (116.4 KB) |
CryingShame |
Vanilla Expansion
-------------- Made by CryingShame This is a pack that adds a whole bunch of cool stuff! This mod is for people who don't want to play Calamity, but still want some of the items from my other mod. It also adds different items and mounts that you can make from only vanilla items. --- WARNING: Some items in this mod can be unbalanced due to the fact that this mod is meant for only vanilla Terraria. This means that using this mod along with other big mods may not be a good idea. If you want to play with other big mods, like Calamity, you should download my other mod called, "Thou Terraria Mod." --- Still in the process of making! It includes: -6 New Weapons Localizer Package |
5 years ago | tModLoader v0.11.6.2 | Edit | Delete |
Immortal Bunnies
|
Download v0.1 (8.9 KB) |
Furbinator |
Immortal Bunnies 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 |
KomodMod
|
Download v0.1 (7.5 KB) |
Korvic |
KomodMod 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 |
The H of Eternity
|
Download v0.70 (690.9 KB) |
Sporp |
Welcome to the info page of my first mod.. this mod adds as follows:
------------------------------------------- 21 melee weapons; 9 magic weapons; 3 throwing weapons; 6 ranged weapons; 1 super weapon; 6 Materials; 1 crafting station; 1 NPC; 1 boss; 3 armor sets; 2 tools; 1 Accessory; ------------------------------------------- Credits: Spriters: SnowB34R, Sporp; Only Coder: Sporp; Moral Support: Luxy; Localizer Package |
5 years ago | tModLoader v0.11.6.2 | Edit | Delete |
Khaios Core
![]() |
Download v1.0.0.1 (68 KB) |
FoolsLynx |
Khaios Core is a mod which introduces aspects that make creating Adventure Maps easier.
The main aspect of the mod, is the Terminal. This works similar to Minecraft's command blocks. There are current 7 commands that have been added: - Weather (Gives the ability to set whether it is raining or not as well as sandstorms and slime rain) - Time (Allows you to adjust the time with set or add commands) - Item (Gives the ability to add or remove items from player inventories) - Say (Broadcasts a message to the world) - Kill (Allows you to kill any Player or NPC within a radius or all Player or NPCs in the world) - Event (Allows you to trigger the start of any of the default events. Goblin Invasion, Frost Moon, etc) - Summon (Allows you to summon an NPC based on their name or id to a relative position to the command tile) Terminal Syntax: There are a few ways to write a command. Please use this key to help understand what symbols are. | - This means or. for example, each command has a long and short way. For example weather has weather or just w. [] - These are optional. These will mostly be at the end of commands. "" - Anything inside quotations requires quotations around it. For example if getting an item, if you do "Iron Shortsword" it will correctly find it ~ - This means relative. This is related to X and Y coords. So if a command says ~X then the number to enter will be relative to the x coord. For example, if the tile is at X: 2000 and the command is -20 the relative position would be 1980. () - This means the command is a number. For example (Radius) you need to replace that with a number. Time Command: t|time set (value)|day|night|midday|midnight t|time add (value) Examples: t set midday time add 1000 Weather Command: w|weather set|toggle clear|rain|storm|slime w|weather clear Examples: weather set slime w clear Item Command: i|item give|take "name"|(id) [quantity] Examples: item give "iron shortsword" item give 1 99 item take "iron shortsword" item take 1 99 Say Command: s|say "message" Examples: s "Hello, World!" say "Broadcast Message!" Kill Command k|kill player|npc all|(radius) Examples: k npc all kill player 16 Event Command e|event start bloodmoon|goblin|legion|solar|pirate|pumpkin|frost|martian bloodmoon - Blood Moon goblin - Goblin Invasion legion - Frost Legion solar - Solar Eclipse pirate - Pirate Invasion pumpkin - Pumpkin Moon frost - Frost Moon martian - Martian Invasion Examples: e start goblin event start pumpkin Summon Command su|summon (id)|"name" ~x ~y Examples: summon "blue slime" 0 -5 summon 93 10 5 su "red slime" 0 0 For help, use the Help command and it will give you the name of a command which you can enter and get the syntax of. The help command can be: help|h|commands You can also use the "Commands" command in chat like so: /commands [command] Alone it will list all the commands you can use. By adding a command it will give you the syntax. Localizer Package |
5 years ago | tModLoader v0.11.6.2 | Edit | Delete |
bestSwordPlus
|
Download v0.3 (121.7 KB) |
mix9ine kungfu |
bestSwordPlus 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 |
SomeRPGLoot
|
Download v0.3 (19.3 KB) |
G/L/O |
SomeRPGLoot 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 |
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 |
Extra Spice
|
Download v0.2.4 (44.8 KB) |
Creepsteve13 |
Extra Spice is a pretty strange mod, it adds various pets and other random items as of now. It's mainly for my friend and me to use during runs.
- This mod currently includes 8 pets, 2 swords, and 1 extra crafting material (For one of the pets). - Update 0.2.4 - Added a new pet, the pumpkin. It sinks a little bit when it finishes bounding, but that is totally normal. Localizer Package |
5 years ago | tModLoader v0.11.6.2 | Edit | Delete |
Constant Violent Screen Rotate
|
Download v1.0 (8.4 KB) |
Oli.H |
Ever heard of constant violent screen shake? Great! This mod is perfect for you!
Constant Rotating Screen is what you might call the horribly mutated offspring of CVSS - in that it's equally awful! Now, each frame, you will be met with a completely random degree of rotation - good luck seeing anything now! Warning: Please consult your physician before taking Constant Rotating Screen. Side effects may include nausea, dizziness, dismemberment, electrocution, hallucinations, detachment of spine from neck and a sudden loss of faith in your God. Localizer Package |
5 years ago | tModLoader v0.11.6.2 | Edit | Delete |
Simple Horses!
![]() |
Download v1.1 (459.5 KB) |
Weemo |
Simple Horses adds a couple new Horse mounts into Terraria! The primary goal of this mod is to allow the player more early game movement options, though it expands into hardmode as well!
Please refer to the mod's page on Terraria Wiki for more information! Localizer Package |
5 years ago | tModLoader v0.11.6.2 | Edit | Delete |
Terra Blade +
|
Download v1.36 (2.6 MB) |
coolpeople |
Building on the idea of terrablade. And there is bread. A lot of bread.
V1.36 Made the boss better added Black hole V1.3 -Added bright buff. -Added bright armor -Added Grey armor - Crafting recipes added for Suspicious looking baguette and baguette armor. - Bright slimes now spawn during day, instead of night. - Bright slimes and void slimes spawn rate reduced - Added grey debuff - Fixed baguette guardian AI - Added rare "Money coin" - Added Sped potion V1.2 New Void element, aswell as nerfing the baguette and thoughts on making the baguette weapons pre-golem but the armor set after moonlord. -Nerfed Baguette damage -Nerfed baguette buff giving too much increase in ability -Nerfed baguette armor base defence -Addded void ore -Added Void slimes -Added Void armor -Added Bright slimes, though still experimental. Localizer Package |
3 years ago | tModLoader v0.11.8.8 | Edit | Delete |
swords of plenty
|
Download v0.5 (17.7 KB) |
boss boy |
what's new?
ever wanted to speedchop trees, now you can! recommended mod: recipe browser. this mod aims to add as many projectile swords as i can add until it stops working, in witch i will stop updating it unless i can fix the problem. this mod is helpful for defeating those big bad bosses you will incounter. i will try to get a refference file from the calamity diskord for adding calamity boss pre upgrades you can get before their fights. if i can't, i will just have to stick with my own path! Localizer Package |
5 years ago | tModLoader v0.11.6.2 | Edit | Delete |
terrible sword
|
Download v0.1 (10.7 KB) |
Falcon |
terrible sword 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 |
Kingdom Hearts 3358/2 Days`Vanityitemset
|
Download v0.1 (28.5 KB) |
HYSIchikyou |
Kingdom Hearts 3358/2 Days`mod included one set Organization XIII`s unitform and one beta ver. Kingdom Key.
Localizer Package |
5 years ago | tModLoader v0.11.6.2 | Edit | Delete |
Singapore Chips
|
Download v0.75 (66.4 KB) |
Uriel Septim |
ok idk what this is at this point so your guess is as good as mine
it also comes with singapore chips, possibly the most delicious fricking cuisine you could imagine Update 0.75 Added a weapon, 'Wartide' Credit to a certain few individuals for the inspiration :) Update 0.7201 Only increasing updates in increments of 0.0001 this time considering each change is all that it warrants Micro wenis sized patching in progress Update 0.720 Added an Accessory Update 0.71 Bug fixes electric boogaloo Update 0.696969 Bug fixes Update 0.7 Added useless Ingots Update 0.6999999 Cross mod compatibility with CrabMod ( Recommended but not required ) Update 0.699999 hi Update 0.6999 ok actually added more stuff Localizer Package |
5 years ago | tModLoader v0.11.6.2 | Edit | Delete |