Update Readme

This commit is contained in:
Marcel Konrad
2018-01-29 19:01:10 +01:00
parent e8388e080c
commit 2272ad916f

View File

@@ -2,9 +2,7 @@
The World Handler provides a smart Gui for people without having to know any complex commands and gives them a look inside the art of Minecraft map and world making. Now anyone can easily create maps or just save a few ammount of time and provides an easy to use interface. The World Handler provides a smart Gui for people without having to know any complex commands and gives them a look inside the art of Minecraft map and world making. Now anyone can easily create maps or just save a few ammount of time and provides an easy to use interface.
This source code is provided _as-is_. CurseForge: https://minecraft.curseforge.com/projects/world-handler-command-gui
Nearly all the source is dependent on the Forge API.
# Features # # Features #
* GUI for Commands * GUI for Commands
@@ -45,18 +43,20 @@ Nearly all the source is dependent on the Forge API.
* Simplified usage for /fill and /clone * Simplified usage for /fill and /clone
# Download # # Download #
Compiled and signed versions can be found here: Compiled and signed versions can be found here:
https://minecraft.curseforge.com/projects/world-handler-command-gui https://minecraft.curseforge.com/projects/world-handler-command-gui/files
Required: Forge universal files for your minecraft version (http://files.minecraftforge.net/) Requires: Minecraft Forge (http://files.minecraftforge.net/)
# Installation # # Installation #
Download World Handler or build from source Download World Handler or build from source
1. Make sure Minecraft Forge is installed (http://files.minecraftforge.net/) 1. Make sure Minecraft Forge is installed
2. Navigate to "%appdata%\.minecraft\mods" 2. Navigate to "%appdata%\.minecraft\mods"
3. Copy the WorldHandler-[VERSION]-UNIVERSAL.jar 3. Copy the WorldHandler-[VERSION]-UNIVERSAL.jar
4. Edit your profile 4. Edit your profile
5. Select Forge as your profile 5. Select Forge as your profile
6. Run Minecraft 6. Run Minecraft
7. Press 'V' to open the World Handler 7. Press 'V' to open the World Handler
Source is provided **AS IS**