Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
One World Folder

One World Folder

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

29.5k
36
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20.4–1.20.6
1.20.1–1.20.2

Platforms

Fabric

Supported environments

Client-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

View source Join Discord server
Donate on Ko-fi

Creators

linusdev
linusdev Owner

Details

Licensed Apache-2.0
Published last year
Updated last week
DescriptionChangelogVersions

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.

Modrinth is open source.

main@16c5a5a

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.