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
Last revisionBoth sides next revision
tutorial:cursegradle [2019/10/21 01:58] liachtutorial:cursegradle [2021/02/10 19:07] – [Fabric-specific changes] kosmx
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 10" 
 +</code> 
 + 
 + 
  
  
tutorial/cursegradle.txt · Last modified: 2021/04/06 20:20 by florens