Player005 / BetterAddServer

Minecraft fabric 1.20 mod with some small quality-of-life-enhancements for the "Add Server" menu
5 stars 0 forks source link

localhost:25565 and other local servers can't be added #3

Closed sybenx closed 1 year ago

sybenx commented 1 year ago

localhost:25565

and other local servers such as those on a tailscale network:

myotherpc:25565

cannot be added because the "Add Server" button is greyed out when these ips are used.

Player005 commented 1 year ago

This is because currently, the name field does not get autofilled if the server address is only one word; if you manually put in a server name it should still work. grafik

I'm currently working on also filling in server name automatically even if the address is only one word

Player005 commented 1 year ago

Fixed with latest release (1.0.2)