Mod Walkthroughs¶
Learn by studying real, working mods from the TerrariaModder framework.
Each walkthrough breaks down a bundled mod, explaining the key concepts and patterns used. Start with SkipIntro (beginner) and work your way up to ItemSpawner (advanced).
| Walkthrough | Difficulty | Key Concepts |
|---|---|---|
| SkipIntro | Beginner | Harmony patching, lifecycle hooks |
| AutoBuffs | Intermediate | Tile scanning, buff application |
| QuickKeys | Advanced | Input handling, inventory manipulation |
| PetChests | Intermediate | Projectile interaction, multiple patches |
| ItemSpawner | Advanced | Custom UI, item catalog, search |
| StorageHub | Advanced | Multi-tab UI, crafting system, relay network, data persistence |
| AdminPanel | Advanced | UI sliders, Harmony patches, boss detection |
| WhipStacking | Intermediate | Harmony prefixes, restoring removed mechanics |
| DebugTools | Advanced | HTTP server, console, virtual input, window management |
| SeedLab | Advanced | World-gen patching, runtime seed feature toggling |
| Asset Experience Mod | Intermediate | Custom items, textures, hooks, recipes, shops, drops |