tutorial:cursegradle
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorial:cursegradle [2019/08/08 10:58] – update for Loom 0.2.5 fudge | tutorial:cursegradle [2021/04/06 20:20] (current) – Better java versions florens | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| To familiarize yourself with CurseGradle, | To familiarize yourself with CurseGradle, | ||
| + | |||
| + | Note: in recent versions, it seems that the changes outlined in this article are not necessary and perhaps even harmful. | ||
| ===== Fabric-specific changes ===== | ===== Fabric-specific changes ===== | ||
| Line 17: | Line 19: | ||
| * '' | * '' | ||
| * '' | * '' | ||
| + | |||
| + | |||
| + | You can set Modloader to Fabric and add supported Java versions with addGameVersion. | ||
| + | < | ||
| + | addGameVersion " | ||
| + | addGameVersion "Java 8" | ||
| + | addGameVersion "Java 11" | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
tutorial/cursegradle.1565261917.txt.gz · Last modified: 2019/08/08 10:58 by fudge