File tree Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' fabric-loom' version ' 0.10 -SNAPSHOT'
2+ id ' fabric-loom' version ' 0.12 -SNAPSHOT'
33 id ' maven-publish'
4- id ' net.darkhax.curseforgegradle' version ' 1.0.10 '
4+ id ' net.darkhax.curseforgegradle' version ' 1.0.11 '
55}
66
77sourceCompatibility = JavaVersion . VERSION_17
@@ -68,6 +68,7 @@ task publishCurseForge(type: net.darkhax.curseforgegradle.TaskPublishCurseForge)
6868 def mainFile = upload(575305 , file(" ${ project.buildDir} /libs/${ archivesBaseName} -${ version} .jar" ))
6969 mainFile. changelog = project. ext. mod_changelog
7070 mainFile. releaseType = ' release'
71+ mainFile. changelogType = ' markdown'
7172 def sourcesFile = mainFile. withAdditionalFile(sourcesJar)
7273 def javadocFile = mainFile. withAdditionalFile(javadocJar)
7374}
Original file line number Diff line number Diff line change 22org.gradle.jvmargs =-Xmx1G
33
44# Fabric Properties
5- # check these on https://modmuss50.me/fabric.html
6- minecraft_version =1.18.1
7- loader_version =0.13.3
8- fabric_version =0.46.6 +1.18
5+ # check these on https://fabricmc.net/develop/
6+ minecraft_version =1.18.2
7+ loader_version =0.14.8
8+ fabric_version =0.56.0 +1.18.2
99
1010# Mod Properties
1111version =1.0
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1010 "icon" : " assets/faux-custom-entity-data/icon.png" ,
1111 "environment" : " *" ,
1212 "entrypoints" : {
13- "main" : [
14- ]
1513 },
1614 "mixins" : [
1715 " Faux-Custom-Entity-Data.mixins.json"
1816 ],
1917 "depends" : {
20- "fabricloader" : " >=0.12.12 " ,
21- "minecraft" : " 1.18.1 "
18+ "fabricloader" : " >=0.13 " ,
19+ "minecraft" : " 1.18.2 "
2220 }
2321}
You can’t perform that action at this time.
0 commit comments