dscalzi / HeliosLauncher

☀ Custom launcher for modded minecraft written in Electron and Node.js
MIT License
838 stars 1.73k forks source link

AutoConnect #211

Closed Banane480 closed 2 years ago

Banane480 commented 2 years ago

J'ai active l'option auto connect sur mon launcher mais quand minecraft ce lance ca m'auto connect pas. Comment je fais ?

dscalzi commented 2 years ago

What version

Banane480 commented 2 years ago

1.12.2 - 14.23.5.2860

TheoPierne commented 2 years ago

Pour que l'auto connect fonctionne, il faut que tu l'actives dans le launcher mais aussi dans ton fichier de distribution (distribution.json) que tu as généré auparavant.

"mainServer": false,
"autoconnect": true, <-
"modules": [...]
Banane480 commented 2 years ago

Okay merci !