Bump Forge version

This commit is contained in:
SquidDev 2019-06-21 20:31:17 +01:00
parent 68542aca3a
commit 5af789ae11
2 changed files with 3 additions and 3 deletions

View File

@ -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`.

View File

@ -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