MCPcopy 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
382QString MinecraftInstance::resourcesDir() const
383{
384 return FS::PathCombine(gameRoot(), "resources");
385}
386
387QDir MinecraftInstance::librariesPath() const
388{

Callers 1

executeTaskMethod · 0.80

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected