One World Folder

One World Folder

Mod

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

Client Utility

5,664 downloads
14 followers
Created8 months ago
Updated17 days ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

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.

Default Config

By default one world folder will automatically detect the default saves folder located in .minecraft. This can be changed in the config. The generated default config looks like this:

{
	"external_saves_directory": "--auto-detect",
	"priority": -1,
	"replace_owf_and_singleplayer_button": false
}

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.

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,
	"replace_owf_and_singleplayer_button": false
}

External resources



Project members

linusdev

Owner


Technical information

License
Apache-2.0
Client side
required
Server side
unsupported
Project ID