From ba364a41a202c89dc00f89bca7157170d11f9157 Mon Sep 17 00:00:00 2001 From: joruchan <44210219+joruchan@users.noreply.github.com> Date: Wed, 31 Oct 2018 15:54:41 +0100 Subject: [PATCH] Changed acquire to acquiring (#20571) to make it more fitting for the sentence --- guide/english/game-development/minecraft-forge/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/game-development/minecraft-forge/index.md b/guide/english/game-development/minecraft-forge/index.md index c7ddbaa85e..360da93f9c 100644 --- a/guide/english/game-development/minecraft-forge/index.md +++ b/guide/english/game-development/minecraft-forge/index.md @@ -12,7 +12,7 @@ Forge is a modding api. Minecraft Forge (or Forge for short) is a layer between * A Minecraft account which can be bought from their official website. (https://minecraft.net/en-us/store/) * An IDE (Eclipe or IntelliJ are recommended for Minecraft development) -After installing/acquire these pieces of software, download your desired Forge version at https://files.minecraftforge.net/ (*TIP:* Hover over the information button and press direct download to avoid an Adfly virus!) +After installing/acquiring these pieces of software, download your desired Forge version at https://files.minecraftforge.net/ (*TIP:* Hover over the information button and press direct download to avoid an Adfly virus!) Once you have downloaded this ZIP you'll be able to unzip it. Do so and cd (cmd command) into the directory with all of the Forge files. Run `gradlew setupDecompWorkspace`