setMcDir method
Sets the custom Minecraft libraries directory
Implementation
void setMcDir(String path) {
setSystemProperty('hmc.mcdir', path);
}
Sets the custom Minecraft libraries directory
void setMcDir(String path) {
setSystemProperty('hmc.mcdir', path);
}