tModLoader Mod List

Create

Find by name: | Back to Full List

Display Name Version | Size Author Last Updated tModLoader Version Downloads | Hot
Avengenyy
Download v0.1 (15.9 KB)

FoolsAvengeny

Avengenyy 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
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 +

https://i.imgur.com/r1NeEwI.png
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
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
Extaria
Download v0.1.2.2 (10.7 KB)

Miracle

Extaria

----------------------------------

- Adds "Goodiebags" (Dropped by slime)
- Adds "Arclanus" (Dropped by Eye of Cthulhu)

----------------------------------

Localizer Package
5 years ago tModLoader v0.11.6.2 Edit | Delete
Khaios Core

https://i.imgur.com/iwR9yYO.png
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
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!

https://i.imgur.com/FWYgbZW.png
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
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
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
Better Boss Scaling
Download v0.6 (7.8 KB)

DjOli

Better Boss Scaling modifies the scaling of boss health in expert mode to promote group play.

Bosses are scaled to promote playing as a group of 4 or more. Attempting bosses with fewer players will be very difficult, while having 4 or greater players will gradually scale the difficulty back down.

Localizer Package
5 years ago tModLoader v0.11.6.2 Edit | Delete
Endless Vanilla Ammo
Download v1.1.0.1 (34.6 KB)

Kruppted

This mod adds endless pouches and quivers for every vanilla bullet and arrow. Originial by HumanGamer.
Send bug reports to discord: Kruppted #0906

Localizer Package
4 years ago tModLoader v0.11.7.8 Edit | Delete
Dalliance Content Mod
Download v0.1.1 (35.3 KB)

MegamanReborn

Dalliance Content Mod is a mod that adds content... Pretty cool, I know.

The Mod Currently Adds:
6 Melee Weapon(s)
1 Magic Weapon(s)
2 Ranged Weapon(s)
0 Summoner Weapon(s)
0 Throwing Weapon(s)
1 Armour Set(s)
0 NPC(s)
0 Boss(es)

Discord Server: https://discord.gg/u6aSTDX (It is also the Mod's Homepage)

Coding by: MegamanReborn
Art by: MegamanReborn
Please note: Some, if not most, of the sprites in the mod are Placeholders, or incomplete. If you are a spriter (or Coder) and wish to work with MegamanReborn on the mod, please contact him on discord @megamanreborn#1998
Thanks! :D

Localizer Package
5 years ago tModLoader v0.11.6.2 Edit | Delete
<<-- | <- | -> | -->>