Crash when resourcepack is folder not a zip
Disketaa opened this issue · 4 comments
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/" ]
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/"]
}
}