Available Mods¶
All official TerrariaModder mods are available on Nexus Mods. The easiest way to install them is the TerrariaModder Vault — the official mod manager. Install it once and click to add, update, or disable any mod. Or download zips manually if you prefer.
Official Mods¶
All mods require TerrariaModder Core to be installed first.
| Mod | Description | Keybind | Download |
|---|---|---|---|
| SkipIntro | Skips the ReLogic splash screen on startup | Automatic | Nexus |
| QuickKeys | Auto-torch, recall hotkey, quick-stack, ruler, extended hotbar | Tilde, Home, End, K | Nexus |
| AutoBuffs | Automatically applies nearby furniture buffs | Automatic | Nexus |
| PetChests | Right-click any cosmetic pet to access piggy bank | Right-click | Nexus |
| ItemSpawner | In-game item spawner UI (singleplayer) | Insert | Nexus |
| StorageHub | Unified storage with crafting, recipes, shimmer decraft, mysterious chest, relay network | F5 | Nexus |
| AdminPanel | God mode, movement speed, teleports, time controls, respawn settings | Backslash, F9 | Nexus |
| WhipStacking | Restores pre-1.4.5 whip tag stacking | Automatic | Nexus |
| SeedLab | Toggle secret seed features for world gen (WIP) | F10 | Nexus |
| FpsUnlocked | Unlock frame rate with smooth interpolation (60hz logic + high-FPS rendering) | Automatic | Nexus |
| BiomeSpread | Visualize and control evil biome spread | Automatic | Nexus |
| Randomizer | Modular randomizer with seed system — shuffle chests, drops, recipes, shops, and more | Numpad / | Nexus |
| DebugTools | Debug HTTP server, in-game console, virtual input, window management | Ctrl+` | — |
ModMenu (F6) is built into Core, no separate download needed.
Installing a Mod¶
Recommended — use the Vault:
- Download the TerrariaModder Vault
- Click to install any mod from the list
- Hit Run Modded to launch
Manual:
- Download the mod zip from Nexus
- Extract it into your Terraria folder
- The mod's folder will appear under
TerrariaModder/mods/ - Launch game with TerrariaInjector.exe
Each mod zip extracts to its own folder:
Finding Community Mods¶
GitHub¶
Search GitHub for TerrariaModder mods:
- Search: TerrariaModder mod
- Look for repositories with manifest.json files
- Check releases for download packages
Terraria Forums¶
Check the Terraria Community Forums: - Client/Server Mods section - Search for "TerrariaModder"
Discord¶
Terraria modding Discord servers often have: - Mod showcase channels - Work-in-progress mods - Direct links to downloads
Evaluating Mods¶
Before installing a mod, consider:
1. Source Code Available?¶
Prefer mods with source code: - You can verify what it does - Community can audit for safety - Easier to report/fix issues
2. Recent Updates?¶
Check when the mod was last updated: - Works with current Terraria version? - Active maintenance?
3. Documentation¶
Good mods have: - Clear description of features - Installation instructions - Keybind documentation - Known issues listed
4. Community Feedback¶
Look for: - Download counts - User comments - Issue reports and responses
Mod Compatibility¶
With TerrariaModder Core¶
Some mods specify a framework_version in manifest.json. If present:
- Must match or be lower than your installed Core version
- Higher version means you need to update Core
- Most mods omit this field and work with any Core version
With Other Mods¶
Most mods are compatible with each other. Issues can arise if: - Two mods patch the same method differently - Keybind conflicts (configure in ModMenu) - Both try to modify the same game data
With Terraria Versions¶
Mods are built for specific Terraria versions: - TerrariaModder targets Terraria 1.4.5 - Older/newer Terraria versions may have issues - Check mod documentation for supported versions
Troubleshooting¶
Mod Not Loading¶
- Check folder structure is correct
- Verify manifest.json is valid
- Check logs in
TerrariaModder/core/logs/terrariamodder.log
Mod Crashes Game¶
- Disable the mod (delete or rename the mod folder temporarily)
- Check logs for error messages
- Report issue to mod author
Keybind Conflicts¶
- Open ModMenu (F6)
- Go to the conflicting mod
- Change keybind to unused key
Requesting Mods¶
Want a mod that doesn't exist?
- Check if similar mod exists
- Post request on forums/Discord
- Consider learning to make it yourself!
See Making Your First Mod to get started.
Contributing¶
Found a useful mod? Help the community: - Share links (with credit to author) - Write reviews - Report bugs constructively - Contribute fixes if source is available