Troubleshooting

Terraria Resource Pack Folder Is Empty

You went to install a pack and the ResourcePacks folder is either empty or nowhere to be found. On Windows this is almost always OneDrive moving your Documents, or the folder simply not being created yet.

Where the folder is supposed to be

  • Windows: Documents\My Games\Terraria\ResourcePacks
  • macOS: ~/Library/Application Support/Terraria/ResourcePacks
  • Linux: ~/.local/share/Terraria/ResourcePacks
  • tModLoader: a sibling Terraria\tModLoader\ResourcePacks (packs for modded play go here).

Ranked causes and exact fixes

  1. 1. OneDrive redirected your Documents folder

    This is the single most common cause on Windows. If OneDrive is set to back up your Documents, your real folder is under C:\Users\you\OneDrive\Documents\My Games\Terraria\ResourcePacks — not the plain C:\Users\you\Documents you were looking in. Open the Documentsshortcut from inside OneDrive (or search the Start menu for "My Games") to find the one Terraria actually writes to. OneDrive can also lock the folder while syncing, which prevents packs from landing — excluding your game folders from OneDrive backup avoids both problems.

  2. 2. The game hasn't been launched yet

    Terraria creates My Games\Terraria and its ResourcePacks subfolder the first time it runs. On a fresh install (or a new PC) the folder simply doesn't exist yet. Launch Terraria once, reach the main menu, quit, and the folder will be there. If you prefer, you can create the ResourcePacks folder yourself at that exact path.

  3. 3. You're looking in the Steam install directory

    Resource packs do not live where the game is installed. There is nothing to find in steamapps\common\Terraria. Packs go in your Documents tree: Documents\My Games\Terraria\ResourcePacks. (The only reason to visit the Steam folders is to rescue an unsynced Workshop pack — see below.)

  4. 4. A Workshop pack didn't sync down

    Subscribed Workshop packs sometimes fail to copy into ResourcePacks. Steam still downloaded the files — they're just in the wrong place. Look in Steam\steamapps\workshop\content\105600\ (105600 is Terraria's app ID), find the numbered folder for your pack, and copy it into Documents\My Games\Terraria\ResourcePacks. Then it shows up in-game like a local pack.

  5. 5. The folder is read-only or permission-blocked

    If antivirus, a locked-down user account, or a read-only attribute is blocking writes, packs can't be created there and the folder looks stuck empty. Right-click My Games\Terraria, clear Read-only, and confirm your account can write to it.

One thing this avoids

The unsynced-Workshop headache only happens when you rely on Steam to deliver a pack. A pack you build in the in-browser editor downloads straight to your machine as a .zip, so you drop it into ResourcePacks yourself — no subscription, no sync step to fail.

Frequently asked

Where is the Terraria resource pack folder?

On Windows it's Documents/My Games/Terraria/ResourcePacks. On macOS it's ~/Library/Application Support/Terraria/ResourcePacks, and on Linux ~/.local/share/Terraria/ResourcePacks. tModLoader uses a sibling folder under Terraria/tModLoader/ResourcePacks.

Why is my ResourcePacks folder empty or missing?

Four usual reasons: OneDrive redirected your Documents folder so the real one lives under OneDrive, Terraria was never actually launched so it hasn't created the folder yet, you're looking in the Steam install directory instead of Documents, or a subscribed Workshop pack didn't sync down and is still sitting in Steam's workshop content folder.

My Workshop pack subscribed but never appeared. How do I get it?

Subscribed packs sometimes don't sync into ResourcePacks. Copy them manually from Steam/steamapps/workshop/content/105600/<id>/ into Documents/My Games/Terraria/ResourcePacks. That's a Steam sync issue, not a problem with the pack.

Related