File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ if (modrinthId.isNotEmpty()) {
103103 syncBodyFrom.set(file(" README.md" ).readText())
104104 dependencies.set(listOf (
105105 ModDependency (" 9s6osm5g" , " required" ), // cloth-config
106- ModDependency (" mOgUt4GM" , " optional" ) // modmenu
106+ ModDependency (" mOgUt4GM" , " optional" ), // modmenu
107107 ))
108108 }
109109}
@@ -121,6 +121,7 @@ if (hasProperty("curseforge.token") && curseforgeId.isNotEmpty()) {
121121 releaseType = " release"
122122 addGameVersion(minecraftVersion)
123123 addGameVersion(" Fabric" )
124+ addGameVersion(" Quilt" )
124125 addGameVersion(" Java 17" )
125126
126127 relations(closureOf< com.matthewprenger.cursegradle.CurseRelation > {
Original file line number Diff line number Diff line change 11- Update to 1.19
2+ - Add Italian translation
3+ - Add Korean translation
4+ - Improve Russian translation
5+ - Improve Estonian translation
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx2G
22
3- minecraftVersion =1.19-rc2
3+ minecraftVersion =1.19
44fabricLoaderVersion =0.14.+
55
66modId =cull-less-leaves
You can’t perform that action at this time.
0 commit comments