From 5af789ae1133237c9837fcf38bd3e21a0300ca0b Mon Sep 17 00:00:00 2001 From: SquidDev Date: Fri, 21 Jun 2019 20:31:17 +0100 Subject: [PATCH] Bump Forge version --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ae888343..283cd4591 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ ## Contributing develop CC:T, you'll need to follow these steps: - **Clone the repository:** `git clone https://github.com/SquidDev-CC/CC-Tweaked.git && cd CC-Tweaked` - - **Setup Forge:** `./gradlew setupDecompWorkspace` + - **Setup Forge:** `./gradlew build` - **Test your changes:** `./gradlew runClient` (or run the `GradleStart` class from your IDE). If you want to run CC:T in a normal Minecraft instance, run `./gradlew build` and copy the `.jar` from `build/libs`. diff --git a/gradle.properties b/gradle.properties index a77704960..2624b6173 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,5 +3,5 @@ mod_version=1.83.1 # Minecraft properties mc_version=1.14.2 -forge_version=26.0.25 -mappings_version=20190614-1.14.2 +forge_version=26.0.35 +mappings_version=20190621-1.14.2