tModLoader Mod List
Display Name | Version | Size | Author | Last Updated | tModLoader Version | Downloads | Hot | |
---|---|---|---|---|---|---|
The Knowledge Pack
![]() |
Download v0.1.6.5 (192.7 KB) |
KnowledgeYouCantHandle |
INFO
The Knowledge Pack is currently not much, but stuff is being added along the way. The name doesn't define the mod lol just thought knowledge was a nifty word. Everything is being created/sprited by one person, so development isn't going to be the fastest. DISCORD Join up for updates and stuff, you can also suggest things and give feedback https://discord.gg/9BnUZfZ BEWARE Still a work in progress. Theres a small chance that some items dont have a crafting recipe, so you can only get them thru CheatSheet CONTENT Introducing Boss Item Weapons/Accesories! Every vanilla (currently all pre-hardmode) bosses will drop boss items which can be crafted into boss weapons or accesories. 25 Weapons 31 Spells 10 Enemies 1 Town NPC 2 Ores 2 Armor Sets OTHER I am a Souls series fan, so there is and will be quite alot of stuff inspired by/from the Souls series. "> INFO The Knowledge Pack is currently not much, but stuff is being added along the way. The name doesn't define the mod lol just thought knowledge was a nifty word. Everything is being created/sprited by one person, so development isn't going to be the fastest. DISCORD Join up for updates and stuff, you can also suggest things and give feedback https://discord.gg/9BnUZfZ BEWARE Still a work in progress. Theres a small chance that some items dont have a crafting recipe, so you can only get them thru CheatSheet CONTENT Introducing Boss Item Weapons/Accesories! Every vanilla (currently all pre-hardmode) bosses will drop boss items which can be crafted into boss weapons or accesories. 25 Weapons 31 Spells 10 Enemies 1 Town NPC 2 Ores 2 Armor Sets OTHER I am a Souls series fan, so there is and will be quite alot of stuff inspired by/from the Souls series. Localizer Package |
6 years ago | tModLoader v0.10.1.5 | Edit | Delete |
Tooltip Translator
![]() |
Download v0.1.0.1 (64 KB) |
R |
Tooltip Translator:
Translate tooltip into arbitrary language in real time. The mechanism has a web browser inside and it is just returning the result executed by google translation. It is thought that there is still unstable parts, please be careful. You can choose Baidu as a translation site. Please specify 2 for "translatingSite" in config setting. For Baidu 's translation language setting please directly change "urlBaidu" in config. The default url is as follows. http://fanyi.baidu.com/?aldtype=16047#auto/zh --- About UI --- The character string being translating is displayed in green in the background. To delete from the translation dictionary Right-click the target. Please click the reload button when you changed the setting during the game. Also, please click the reload button if the translation stops halfway or there is a blank. --- About Translation File --- When "isSaveTranslat" in config is true, it will output the translation dictionary to the file when exit from world. Also, if "isLoadTranslat" in config is true, the translation file is read at the start of the game. The translation file is output to the following location. (In the case of Windows) "My Games\Terraria\ModLoader\Mods\Cache\TooltipTranslator.txt" (v0.1.0.1 -> "TooltipTranslator.json") From v0.1.0.1 it is saved in json format. Please use formatting tool etc. when editing files. If there is no "TooltipTranslator.json", "TooltipTranslator.txt" will be loaded. *** Acknowledgments *** The UI code of this Mod is based on jopojelly's Recipe Browser (v0.4). I am grateful to Mr. jopojelly for publishing a great code. Mod Settings uses Mod Settings Configurator. I am grateful to Mr. Flashkirby99 for making the setting of Mod easy. Localizer Package |
7 years ago | tModLoader v0.10.1 | Edit | Delete |
True Weapons +
|
Download v0.1 (7.4 KB) |
TheCanceredRuby |
True Weapons + is a pretty cool mod, it introduces many well known vanilla weapons but in their true forms. This mod does exclude the True Nights Edge and True Excalibur.
Localizer Package |
7 years ago | tModLoader v0.10.1 | Edit | Delete |
naruto
|
Download v0.1 (3.7 KB) |
Naruto |
naruto is a pretty cool mod, it does...this. Modify this file with a description of your mod.
Localizer Package |
5 years ago | tModLoader v0.10.1.5 | 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 |
StyleSwitcher
![]() |
Download v0.0.0.5 (347.5 KB) |
Angel Icoe |
Swordmaster Is all about melee weapons. differen't melee types (will) do different things with this style active
Trickster Is focused on evasion, an easy to grasp style for those who aren't to good at evading attacks, not to say that it isn't a bad style or a crutch, it simply focuses on mobility and nothing else Gunslinger Focusses on ranged weapons. Providing new and stylish ways to pelt your enemies with bullets or arrows more effectively! Royalguard Is defense oriented, but don't be fooled by this, as it also has the most potential. It's a style that require's timing and awareness to optimize damage. Doppelganger Is the summoner style, either bring out a clone that attracts aggro but drains from your mana when it takes damage, or make your minions take formations. Mastermind Is the mage style. Manipulate magic and new ways and cause your enemies terror! "> Welcome to style switcher, a side project from Tectonium The goal of this is to incorporate DMC styles (and 1 style i made up) into Terraria! Swordmaster Is all about melee weapons. differen't melee types (will) do different things with this style active Trickster Is focused on evasion, an easy to grasp style for those who aren't to good at evading attacks, not to say that it isn't a bad style or a crutch, it simply focuses on mobility and nothing else Gunslinger Focusses on ranged weapons. Providing new and stylish ways to pelt your enemies with bullets or arrows more effectively! Royalguard Is defense oriented, but don't be fooled by this, as it also has the most potential. It's a style that require's timing and awareness to optimize damage. Doppelganger Is the summoner style, either bring out a clone that attracts aggro but drains from your mana when it takes damage, or make your minions take formations. Mastermind Is the mage style. Manipulate magic and new ways and cause your enemies terror! Localizer Package |
3 years ago | tModLoader v0.11.8.5 | Edit | Delete |
Halo Respawn Timer Sound
![]() |
Download v0.1.3 (39.1 KB) |
Seedonator |
It adds the Halo respawn timer sound when you are respawning.
Localizer Package |
3 years ago | tModLoader v0.11.8.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 |
7 years ago | tModLoader v0.10.0.2 | Edit | Delete |
BloodGod
|
Download v0.2.5 (29.9 KB) |
Tyler and Autumn |
BloodGod is a simple mod that will be added on hopefully once a day but no promises but right now theres a sword, yoyo,
and a laserbeam weapon. V0.2.5 -Added Bar for HellOre Still Working on getting the ore to spawn in the world which i will be doing with in this week hopefully and i will also be working on a wiki page so that might be up either tonight Mountain Time Zone or tomorrow V0.2.4 -Added Hostile NPC called flying gem -Added WorkBench -Added Ore but cant be mined/Doesnt spawn yet and still working on it -Souls now drop from NPCs when killed v0.1.9 -Added Wolf Blood Sword V0.1.6 -Added LaserBeam weapon called Harvester -Fixed/Changed the crafting recipe V0.1.4 -Added a yoyo -Changed Magic Weapon's Texture from book to staff -Changed damage values for Blood Sword And Magic Weapon -Changed Magic Weapons name to Blood Staff Note: I will be adding a wiki page for current/future recipes and posibly full descrpitions/lore of the items if i can get around to it cause im a little busy at the moment with life V0.1.2 -Changed Magic Weapons projectile texture Localizer Package |
7 years ago | tModLoader v0.10.0.2 | Edit | Delete |
Frec's Addons
|
Download v0.2.5 (58.8 KB) |
Frec |
Frec's Addons is a pretty cool mod, it does stuff.
v0.2.5 Tweaked a bunch of numbers in the fishing part Added Agility Gear Added Diving and mining gears v0.2.4 Added compatibility with Thorium and Calamity for boots crafting v0.2.3 Added tier 2 herb charms, and a temporary combination of all of them v0.2.2 Added stuff, check website for info v0.2.1 Fixed fishing rods "coming out of the player's crotch" Fixed recipes Changed bobbers texture and added lights v0.2 Fishing rods and baits for lazy people Herb charms with various effects Localizer Package |
7 years ago | tModLoader v0.10.0.2 | Edit | Delete |
Mod Libs - Services - Maps
![]() |
Download v2.0.1.2 (23.3 KB) |
hamstar |
Supplies services for interacting with the in-game map.
Note: This is a WIP mod. Localizer Package |
2 years ago | tModLoader v0.11.8.9 | Edit | Delete |
Reference the Gungeon
|
Download v1.2.0.3 (479.1 KB) |
Tyfyter (Tyfyter2002 on … |
You can probably guess what game this is a reference to from the title.
That's right, whatever I felt like referencing that could benefit from the mechanics I programmed... Enter the Gungeon is a pretty cool game though, you should check it out! No, this was not sponsored. Changelog: 1.2.0.2: Major fix with WorldGen, now compatible with Calamity 1.2.0.1: Gungeon bandoleer fixes. 1.2: Slightly nerfed dark souls references. Fixed stuck chime bug. Added "Schrodinger's ranged weapon". Added crossbow (is crossbow). Added plague crossbow (is more kill). Added Hexagun (instead of turning things into chickens it just does more things that I programmed it to do. Now that's real magic!). Added "Tactical" Pistol. Switched to a superior nullable type, but that will be meaningless to anyone who hasn't used System.Nullable<T>. 1.1: Gungeon bandoleer now has infinite slots. Gungeon bandoleer now generally works better. Added a few more passives (Alpha Bullets, Omega bullets, etc.) Gave the gungeon bandoleer its own texture. Added "Schrodinger's ranged weapon" 1.0: Technically out of open beta now. Finally actually added passive items. Added a knife. It's kind of cool. Fixed Nightwatch Ogris not using multishot (and added yet another "unintentional feature") Buffed and renamed old hero's bow. Added hero's bow. Fixed hex daggers visual glitch when you have a multishot boost. Fixed changelog spacing. 0.4: Added things, but I forgot to change the changelog when I added them, so just know that there's more things (Including a weapon with a synergy) Me:"Note to self: you haven't released this one yet, and you might as well just move this line to the next version." Also me:"releases 0.3 without ever releasing 0.2" 0.3: Added a little bit of calamity-based balancing (with no stat changes and nothing changed at all if you don't have calamity). Added a gun that you might not want to use with bright bullets if you have epilepsy (it's also the first thine I've made that's a reference to a synergy). Added a few guns based solely on random puns. Added 3 weapons that belong in this mod even less than the pyromancy flame, I'm honestly just adding anything that fits with the mechanics at this point. 0.2: Accidentally skipped 0.2. 0.1.1: fixed an item or two. fixed a recipie or two. fixed a spell or two. 0.1: inital release Only guns are Fightsabre, Marine Sidearm(using its original name), Sticky Crossbow(renamed to crossboom for resons mentioned in the tooltip), and a few dark souls based spell-casting weapons. Special Thanks to: The Tmodloader dev team, without them, this wouldn't be possible... not just because they developed the api, also because I have no clue what I'm doing a quarter of the time and half of that results in glitch items and crashes (the other half makes "features") The other people in the tmodloader discord (Mostly Dark;Light tbh) Dodge roll games, they inspired this mod and ten of the items in it. And the 23 people who downloaded version 0.1 (especially #23, who downloaded it while I was developing 0.1.1, but will likely never know) Localizer Package |
5 years ago | tModLoader v0.11.6.2 | Edit | Delete |
ManaExchangers
|
Download v0.3 (5.2 KB) |
Forester |
My first mod. Please don't hit me. Add books which exchanges mana on hp
. Localizer Package |
7 years ago | tModLoader v0.10.0.1 | Edit | Delete |
Catchable Bosses
![]() |
Download v0.2 (230.8 KB) |
efcawesome |
Catchable Bosses allows you to use the bug net on bosses.
Can allow you to cheese/reduce the difficulty of certain bosses. Boss Terrariums coming soon! Localizer Package |
4 years ago | tModLoader v0.11.7.5 | Edit | Delete |
OP Sword: Gamer Raidsword 101
![]() |
Download v0.1.2 (41 KB) |
Xynq |
Yet another op sword made for gameraiders
this ones a doozy (need cheat sheet to get the item lol) Creator: Xynq sprite made by Toasty Localizer Package |
3 years ago | tModLoader v0.11.8.4 | Edit | Delete |
Zeddy's Weaponry
![]() |
Download v0.1.1.5 (364.3 KB) |
Captain Zeddy |
This mod aims to introduce a bunch of new ranged weapons and stuff.
0.1.1.5 -Added 2 shotguns -Added a brand new weapon, the "heavy metal" that can be upgraded with rare (10% chance) boss drops and has its own in game sound. This weapon is only upgradeable until eye of cthulhu but in the future i will add frops and upgrades for every boss in the game -Fixed a bug that made some weapons of the mod to be swinged like swords. (It was pretty fun to me ngl) 0.1.1.0 -Added 10 weapons (All bows). 0.1.0.3 -Added 2 weapons -Added mod Icon 0.1.0.2 -Bug fixes. -Added 3 wepons. -Recipes adjusted. -Weapons rebalanced. -Added a cheaper Megashark recipe using the Cursed shark. -All wepons (from this mod) prices adjusted. 0.1.0.1 -Added 1 weapon. -Added 1 ammo type. -Recipes adjusted. 0.1 -Added 2 weapons. Localizer Package |
4 years ago | tModLoader v0.11.7.5 | Edit | Delete |
![]() ![]() ![]() |
Download v1.0.0.1 (15.5 KB) |
Derpling |
Everything Drops Coins! Blocks, projectiles, and even you getting hurt will provide you with an appropriate amount of coins! This mod is configurable as well!
Using the config, you may: - Toggle blocks, projectiles, and you dropping coins. - Multiply the amount of coins dropped. - Allow tiles and projectiles without coin values to drop coins. These 5 mods are my gift to the Terraria community for being amazing. This is the third mod in the series. Made in less than a day as part of Derpling's 5 Days of Christmas. Make sure to check out my Discord Server for more! Note: this mod has NOT been tested in Multiplayer and will likely not work. Also, unless this mod becomes very popular, it will likely never be updated. Thank you for reading! Localizer Package |
3 years ago | tModLoader v0.11.8.5 | Edit | Delete |
Element-Machine
![]() |
Download v0.1.3.1 (358.2 KB) |
DragonDance |
作者由于开学高二下学期了再加上制作组就一个人所以可能日后更新速度会减慢很多!
Me, the author will be a Senior 3 student and the only author is me so i will update mod really slow from March! qq群号1158130257 这是一个比较老的mod的重启,老mod由于过于冗杂已经难以前进,故我重启mod 背景交代: 故事发生在一片漂浮在泰拉瑞亚大陆之外独立的空岛——械元域,由于本身是从泰拉瑞亚大陆上分裂出的一块,所以结构没有变化 由于长期漂浮在泰拉瑞亚大陆之外,更容易受到能量的侵袭,所以这里的人研究出两条道路来对抗滋生的怪物 即:元素和机械 元素侧信仰元素神灵,修建神庙等祈祷来获取强大的力量与武装;而机械侧则认为万物皆是能量的流动产物,用金属与导能介质模拟元素的魔力 又因为长期与泰拉瑞亚大陆互不通讯,在泰拉瑞亚大陆原有的武器种类之外,还发展出多种附带元素能量的新种类武器如「钩镰」,「匕首」等,同时也发展出许多新教派 你是一位本在泰拉瑞亚大陆上人尽皆知的勇者,击败了各种邪恶力量后被奇特的能量漩涡卷到了天上这个人们本以为是星辰的空岛 你发现自己的一身神装在能量漩涡中被分解成了元素微粒,这里仍旧充斥着邪恶力量,却不只有你熟悉的那些血腥,腐化,神圣......同时在泰拉瑞亚大陆上时常发生的异次元入侵在这里也很常见——深渊,硫磺...... 岛屿之外注视着的眼光也不止那头你熟悉的月背章鱼怪,还有更多各色的奇特目光在游荡,一个长得跟向导一样的男人救起了你,他自称是一位机械师与考古学家,正在野外进行勘探,给你了基础三件套后他委托你帮他做调查,似乎...又是一场新的冒险...... 目前40+物品,1敌怪(有1个还未实装),3物块,boss仍在制作中 v0.1.3.0更新概要 -更新了祭坛与祭品的设定 -添加了物品悬停提示的背景 -初步添加物品元素 -数值完善 v0.1.2.4更新概要 -新的机械侧套装 -修复了可以站在机械分析仪上的bug -添加了mod界面的自定义背景 -添加初级合金武器 V0.1.2.3更新概要 -添加一套新的机械侧套装 -修复了向导售卖物品的bug -数值平衡 V0.1.2.2更新概要 -添加前期元素侧合成台——元素星象仪,修改前期沙漠与雪地两套套装合成所需合成台 -添加两个丛林可获得的旋刃 -数值完善 V0.1.2.1更新概要 -添加一些机械侧设定与分析机制,解决前期挖不到矿石无法发展机械侧的问题 -为向导添加商店,出售已分析过的机械侧锭 -为雪地对应前期套装添加敌怪,提高雪地套装合成难度,以防数值崩坏 -数值完善 V0.1.1.1更新概要 -添加前期沙漠和雪地的两套元素侧对应装备和对应武器 -添加少量机械侧物品 -添加特殊种类近战武器——钩镰 -雪地对应武器长矛的AI修改为与原版不同的蓄力刺出 Localizer Package |
2 years ago | tModLoader v0.11.8.8 | Edit | Delete |
SpaceMod
|
Download v1.0.2 (40.6 KB) |
spacechase0 |
A mod of things spacechase0 has made.
Currently includes a post-Moonlord grappling hook. Also adds recipes for: Unlucky Yarn, Dog Whistle Localizer Package |
5 years ago | tModLoader v0.11.6.2 | Edit | Delete |
The Soul Eater Mod
![]() |
Download v2.0.0.0 (550.9 KB) |
Caebonara X |
Add a little more Soul to your game :3
[V 1.0.1.0][January 29, 2022] > Addition of one new alternate final tier for Soul Eater, piano based. > Soul Eaters 1-3 now have alternate high damage, close range attacks. > 油 Spork. > Changed all projectiles now have fancy particles [V 1.0.0.3][July 6, 2021] > Damage and speed reduction of Soul Eater [1] (the one you can get for 10 night souls) > All blue projectiles accelerate slower which decreases its range. > Significant reduction of knockback for all Soul Eaters. (this is so hard to balance with both vanilla and calamity in mind lol) [V 1.0.0.1 & V 1.0.0.2][July 5, 2021] > Damage balancing Right now only includes [July 5, 2021] > Soul - upgradeable at certain stages of the game all the way to post-Moon Lord. > 3 types of new souls, 2 of which are just for crafting right now and 1 is a strong buff with debilitating side effects. > These new souls will drop from every enemy in the game at a rare chance, hopefully not being too over abundant. The author was a bean. Localizer Package |
3 years ago | tModLoader v0.11.8.6 | Edit | Delete |