From 351bdb26f26ca2ed204bf377c4d6af6261de6ef9 Mon Sep 17 00:00:00 2001 From: dfsek Date: Sun, 29 Aug 2021 17:21:32 -0700 Subject: [PATCH] remove forge from README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a33baa859..b6a487988 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ to your specifications, with no knowledge of Java required. * Paper+ servers (Paper, Tuinity, Purpur, etc): [SpigotMC](https://www.spigotmc.org/resources/85151/) * Fabric: [Modrinth](https://modrinth.com/mod/terra) / [CurseForge](https://www.curseforge.com/minecraft/mc-mods/terra-world-generator) -* Forge **(ALPHA - NOT PRODUCTION-READY)**: [Modrinth](https://modrinth.com/mod/terra) - / [CurseForge](https://www.curseforge.com/minecraft/mc-mods/terra-world-generator) + ## Building and Running Terra @@ -19,7 +18,6 @@ in `platforms//build/libs` * Bukkit: `Terra--shaded.jar` * Fabric: `Terra--shaded-mapped.jar` -* Forge: `Terra--shaded.jar` ### Building a Specific Platform @@ -39,9 +37,7 @@ To run Minecraft with Terra in the IDE (for testing) use the following tasks: * Fabric * `runClient` - Run a Minecraft Fabric client with Terra installed. * `runServer` - Run a Minecraft Fabric server with Terra installed. -* Forge - * `runClient` - Run a Minecraft Forge client with Terra installed. - * `runServer` - Run a Minecraft Forge server with Terra installed. + ## Contributing