setGameDir method
Sets the custom Minecraft game directory
Implementation
void setGameDir(String path) {
setSystemProperty('hmc.gamedir', path);
}
Sets the custom Minecraft game directory
void setGameDir(String path) {
setSystemProperty('hmc.gamedir', path);
}