Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ resourcesDir
Method
resourcesDir
launcher/minecraft/MinecraftInstance.cpp:382–385 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
380
}
381
382
QString MinecraftInstance::resourcesDir() const
383
{
384
return FS::PathCombine(gameRoot(),
"resources"
);
385
}
386
387
QDir MinecraftInstance::librariesPath() const
388
{
Callers
1
executeTask
Method · 0.80
Calls
1
PathCombine
Function · 0.85
Tested by
no test coverage detected