Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
One World Folder
ModApache-2.0

One World Folder

A minecraft fabric mod, that allows any minecraft instance to access the default saves folder located in the .minecraft directory.

43.3K
Downloads
42
Followers
2 months ago
Updated
📦
20
Versions
utilityfabric
Download Latestv1.1.0View on Modrinth

📖About One World Folder

One World Folder

A minecraft fabric mod, that allows minecraft to access the default saves folder located in .minecraft. To open the world select screen click on the OneWorldFolder icon next to the Singleplayer button.
If you like my mods consider supporting the development by buying me a coffee:

ko-fi

Config

One world folder has a config to change its behavior. The config-file currently must be edited manually.

Config Location

There are two possible locations for this config file:

  • .minecraft/config/oneworldfolder/oneworldfolder.json
  • currentMinecraftInstanceFolder/config/oneworldfolder/oneworldfolder.json

The config with the highest priority will be used.

Default Config

The generated default config looks like this:

{
    "external_saves_directory": "--auto-detect",
    "priority": -1,
    "swap_owf_and_singleplayer_button": false, 
    "replace_singleplayer_button": false, 
    "additional_resourcepacks_dirs": []
}

This config will automatically detect the default saves folder located in .minecraft.

Custom external saves folder

To use a custom saves folder set external_saves_directory to your desired directory:

{
    "external_saves_directory": "C:/Users/username/mycoolsaves",
    "priority": -1,
    "swap_owf_and_singleplayer_button": false,
    "replace_singleplayer_button": false,
    "additional_resourcepacks_dirs": []
}

Custom external resourcepacks folder (since v. 1.0.13)

To use a custom resourcepacks folder add your desired directory to additional_resourcepacks_dirs:

{
    "external_saves_directory": "C:/Users/username/mycoolsaves",
    "priority": -1,
    "swap_owf_and_singleplayer_button": false,
    "replace_singleplayer_button": false,
    "additional_resourcepacks_dirs": [
        "C:/Users/username/mycoolresourcepacks"
    ]
}

In the above example the mycoolresourcepacks folder acts exactly as the resourcepacks folder of your Minecraft
instance.

Other Config Options

  • swap_owf_and_singleplayer_button (since v. 1.0.8): The single player button now
    opens your specified external saves folder. The OneWorldFolder button now opens
    the normal saves folder of the current instance.
  • replace_singleplayer_button (since v. 1.0.8): The single player button now
    opens your specified external saves folder. No extra buttons are added. If this
    is enabled (set to true), the swap_owf_and_singleplayer_button option will be
    ignored.

👥 Team & Contributors

linusdev
linusdevOwner

⚙️ Compatibility

Environment
💻 Client-side
Loaders
fabric
Minecraft Versions
1.21.61.21.71.21.81.21.91.21.101.21.11

🔗 Links

Modrinth Page