Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ resourcesDir
Method
resourcesDir
launcher/minecraft/MinecraftInstance.cpp:320–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
318
}
319
320
QString MinecraftInstance::resourcesDir() const
321
{
322
return FS::PathCombine(gameRoot(),
"resources"
);
323
}
324
325
QDir MinecraftInstance::librariesPath() const
326
{
Callers
1
executeTask
Method · 0.80
Calls
1
PathCombine
Function · 0.85
Tested by
no test coverage detected