User Tools

Site Tools


tutorial:cursegradle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorial:cursegradle [2019/10/21 01:58] liachtutorial:cursegradle [2021/04/06 20:20] (current) – Better java versions florens
Line 2: Line 2:
  
 To familiarize yourself with CurseGradle, please read the [[https://github.com/matthewprenger/CurseGradle/wiki|project's official wiki]]. To familiarize yourself with CurseGradle, please read the [[https://github.com/matthewprenger/CurseGradle/wiki|project's official wiki]].
 +
 +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 19: Line 21:
  
  
-Note: CurseGradle does not set the mod loader version to fabric and does not add java 10 to supported java versions even if you enable newer java version support.+You can set Modloader to Fabric and add supported Java versions with addGameVersion. 
 +<code> 
 +addGameVersion "Fabric" //Set Modloader to Fabric 
 +addGameVersion "Java 8" 
 +addGameVersion "Java 11" 
 +</code> 
 + 
 + 
  
  
tutorial/cursegradle.1571623092.txt.gz · Last modified: 2019/10/21 01:58 by liach