diff --git a/client/minecraft/config/DistantHorizons.toml b/client/minecraft/config/DistantHorizons.toml new file mode 100644 index 0000000..4046d21 --- /dev/null +++ b/client/minecraft/config/DistantHorizons.toml @@ -0,0 +1,13 @@ +_version = 3 +[client] + [client.advanced] + [client.advanced.multiplayer] + # + # How should multiplayer save folders should be named? + # + # NAME_ONLY: Example: "Minecraft Server" + # IP_ONLY: Example: "192.168.1.40" + # NAME_IP: Example: "Minecraft Server IP 192.168.1.40" + # NAME_IP_PORT: Example: "Minecraft Server IP 192.168.1.40:25565"NAME_IP_PORT_MC_VERSION: Example: "Minecraft Server IP 192.168.1.40:25565 GameVersion 1.16.5" + serverFolderNameMode = "IP_ONLY" +