MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / jarModsDir

Method jarModsDir

launcher/minecraft/MinecraftInstance.cpp:269–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269QString MinecraftInstance::jarModsDir() const
270{
271 QDir jarmods_dir(FS::PathCombine(instanceRoot(), "jarmods/"));
272 return jarmods_dir.absolutePath();
273}
274
275QString MinecraftInstance::modsRoot() const
276{

Callers 2

executeTaskMethod · 0.80

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected