Open Loader

Open Loader

21M Downloads

Crash when resourcepack is folder not a zip

Disketaa opened this issue · 4 comments

commented

Would be nice if I will able to set path to resources / data folder
Something like this:

resourcepacks = [ "config/built-in/resources/" ]
datapacks = [ "config/built-in/data/" ]
commented

or can I? With "additionalFolders": [] param

commented

Can't figure out how to make it work, how the path should be written

commented

Folder packs have been fixed in 20.0.4 which is being processed by CurseForge and Modrinth right now.

There are a few different ways to load from new folders but I would do something like this. I've tested and made sure it works.

{
  "resourcePacks": {
    "enabled": true,
    "additionalFolders": []
  },
  "dataPacks": {
    "enabled": true,
    "additionalFolders": ["./config/built-in/data/"]
  }
}