Перейти к содержимому
Mineforgian

One World Folder

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

Загрузки
52K
Подписчики
46
Обновлён
19 июня 2026 г.
Лицензия
Apache-2.0

Опубликован 12 сентября 2023 г.

Исходный код

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.

Ченджлог

1.1.3Релиз26.2 · 19 июня 2026 г.
  • Updated to minecraft 26.2
1.1.3Релиз26.1, 26.1.1, 26.1.2 · 10 апреля 2026 г.
  • Hotfix update
1.1.3Релиз26.1, 26.1.1 · 3 апреля 2026 г.
  • Hotfix update
1.1.3Релиз26.1 · 27 марта 2026 г.
  • Hotfix update
1.1.2Релиз1.21.9, 1.21.10, 1.21.11 · 13 марта 2026 г.
  • Hotfix update
1.1.0Релиз1.21.9, 1.21.10, 1.21.11 · 26 января 2026 г.
  • New Icon for the mod
  • Auto-detect should work on Mac Os now (untested)
1.0.18Релиз1.21.9, 1.21.10, 1.21.11 · 19 декабря 2025 г.
  • Added some debug logging in error cases
1.0.17Релиз1.21.9, 1.21.10, 1.21.11 · 10 декабря 2025 г.
  • Updated to minecraft 1.21.11
  • Locate default Minecraft directory on Windows using APPDATA variable
  • Added an option to use environmental variables in 'external_saves_directory' with ${VAR}

Комментарии

Загружаем…