diff --git a/package.json b/package.json index ccb316372..2c158a6d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gdlauncher", - "version": "1.1.3", + "version": "1.1.4", "description": "GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience", "keywords": [ "minecraft", diff --git a/src/app/desktop/utils/getInstances.js b/src/app/desktop/utils/getInstances.js index 036d2d23d..877dca9eb 100644 --- a/src/app/desktop/utils/getInstances.js +++ b/src/app/desktop/utils/getInstances.js @@ -37,6 +37,8 @@ const getInstances = async instancesPath => { } }; + delete patchedConfig.modloader; + await fse.writeFile(configPath, JSON.stringify(patchedConfig)); return { ...patchedConfig, name: instance };