From f1900512b36ef9c58c4000263436e175e10b13a7 Mon Sep 17 00:00:00 2001 From: Marcel Konrad Date: Sat, 2 Nov 2019 19:01:51 +0100 Subject: [PATCH] Update config path --- README.md | 3 ++- curseforge.html | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fb2714..4a7eb41 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,8 @@ Download World Handler or build from source ## Configuration ## -≥ 1.13: Manual: `..\.minecraft\config\worldhandler.toml` +≥ 1.14.4: Manual: `..\.minecraft\config\worldhandler\worldhandler.toml` +1.13-1.14.4: Manual: `..\.minecraft\config\worldhandler.toml` 1.9-1.12: Ingame: Mods -> World Handler -> Config (Manual: `..\.minecraft\config\worldhandler.cfg`) ≤ 1.8: Manual: `..\.minecraft\config\worldhandler\[CONFIG].cfg` diff --git a/curseforge.html b/curseforge.html index 98eecc3..1140de0 100644 --- a/curseforge.html +++ b/curseforge.html @@ -85,7 +85,10 @@

Configuration

  1. - ≥ 1.13: Manual: "..\.minecraft\config\worldhandler.toml" + ≥ 1.14.4: Manual: "..\.minecraft\config\worldhandler\worldhandler.toml" +
  2. +
  3. + 1.13-1.14.4: Manual: "..\.minecraft\config\worldhandler.toml"
  4. 1.9-1.12: Ingame: Mods -> World Handler -> Config (Manual: "..\.minecraft\config\worldhandler.cfg")