From 4c2d55aa4e162a447e8642247635e13647cb6324 Mon Sep 17 00:00:00 2001 From: Marcel Konrad Date: Sun, 8 Sep 2019 13:09:39 +0200 Subject: [PATCH] Add configuration description --- README.md | 5 +++++ curseforge.html | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index beb2aac..cad69a8 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,11 @@ Download World Handler or build from source 3. Join a world or server 4. Press `V` to open the World Handler +## Configuration ## + +≥ 1.13: Edit `..\.minecraft\config\worldhandler.toml` +≤ 1.12: Edit `..\.minecraft\config\worldhandler.cfg` + ## Installation with ModLoader (1.6.2) ## 1. Navigate to `..\.minecraft\mods` diff --git a/curseforge.html b/curseforge.html index 6c55a76..cf6dca9 100644 --- a/curseforge.html +++ b/curseforge.html @@ -79,6 +79,15 @@ 4. Press "V" to open the World Handler +

Configuration

+
    +
  1. + ≥ 1.13: Edit "..\.minecraft\config\worldhandler.toml" +
  2. +
  3. + ≤ 1.12: Edit "..\.minecraft\config\worldhandler.cfg" +
  4. +

Installation with ModLoader (1.6.2)