From 6fff1c9ad36ea42c369c5ef51500797f3914bbb0 Mon Sep 17 00:00:00 2001 From: jbmagination <26027089+jbmagination@users.noreply.github.com> Date: Mon, 5 Feb 2018 18:24:03 -0500 Subject: [PATCH] Fixed links The WorldEdit link was broken, so I fixed that --- tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.md b/tools.md index 944bf05..1a46308 100644 --- a/tools.md +++ b/tools.md @@ -19,7 +19,7 @@ Here is a short list of external programs for Minecraft that I've used and can r Here are a few mods that can use MCEdit's .schematic files in some way. -* [WorldEdit](http://www.enginehub.org/worldedit) - In-game world editor. Shares many features with MCEdit and has a few unique features of its own, including CraftScripts and mathematical function evaluation. +* [WorldEdit](https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/1272389-worldedit-do-really-big-things-in-game-in-game-map) - In-game world editor. Shares many features with MCEdit and has a few unique features of its own, including CraftScripts and mathematical function evaluation. * [Schematica](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1285818-schematica) - Imports a .schematic file as a ghost outline for you to build yourself!