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

Method modsRoot

launcher/minecraft/MinecraftInstance.cpp:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275QString MinecraftInstance::modsRoot() const
276{
277 return FS::PathCombine(gameRoot(), "mods");
278}
279
280QString MinecraftInstance::modsCacheLocation() const
281{

Callers 1

updateCalculationsMethod · 0.45

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected