Skip to content

Commit 2d2d876

Browse files
committed
fix missing readme link to java version configuration
1 parent 6393472 commit 2d2d876

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ After specifying the required entries and calling the `setup` method, Almost Gra
5656
- set the project group
5757
- set the project version as `minecraftVersion-modVersion`
5858
- set the base archive name to `modId-neoforge`
59-
- [set the Java version to `21`]
59+
- [set the Java version to `25`](#java-version)
6060
- [enable generation of a source JAR](#sources-jar)
6161
- [process resources](#process-resources)
6262
- collect all placeholder properties from resource files
@@ -382,7 +382,7 @@ the build directory to avoid crashes with file-based runtime mods. If you rely o
382382
they have to be loaded via Gradle.
383383

384384
Since Minecraft 26.1, data generation has been split between client and server. Almost Gradle will create two different
385-
configurations for each type. They will both use the same temporary folder.
385+
configurations for each type.
386386

387387
### Defaults:
388388

0 commit comments

Comments
 (0)