File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
2- id ' fabric-loom' version ' 1.11 -SNAPSHOT'
2+ id ' fabric-loom' version ' 1.14 -SNAPSHOT'
33 id ' maven-publish'
44}
55
@@ -22,7 +22,7 @@ dependencies {
2222 modImplementation " net.fabricmc:fabric-loader:${ project.loader_version} "
2323
2424 // Fabric API. This is technically optional, but you probably want it anyway.
25- modImplementation " net.fabricmc.fabric-api:fabric-api:${ project.fabric_version } "
25+ modImplementation " net.fabricmc.fabric-api:fabric-api:${ project.fabric_api_version } "
2626
2727 modApi(" me.shedaniel.cloth:cloth-config-fabric:${ project.cloth_version} " ) {
2828 exclude(group : " net.fabricmc.fabric-api" )
6969
7070jar {
7171 from(" LICENSE" ) {
72- rename { " ${ it} _${ project.archivesBaseName } " }
72+ rename { " ${ it} _${ base.archivesName.get() } " }
7373 }
7474}
7575
Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ org.gradle.jvmargs=-Xmx1G
33
44# Fabric Properties
55# check these on https://modmuss50.me/fabric.html
6- minecraft_version =1.21.10
7- yarn_mappings =1.21.10 +build.1
8- loader_version =0.17.2
6+ minecraft_version =1.21.11
7+ yarn_mappings =1.21.11 +build.4
8+ loader_version =0.18.4
99
1010# Mod Properties
11- mod_version =1.3+1.21.10
11+ mod_version =1.3+1.21.11
1212maven_group =com.thevoidblock.syncac
1313archives_base_name =syncac
1414
1515# Dependencies
1616# check this on https://modmuss50.me/fabric.html
17- fabric_version =0.135.0 +1.21.10
17+ fabric_api_version =0.141.1 +1.21.11
1818
1919# check this on https://linkie.shedaniel.dev
20- cloth_version =20.0.148
21- modmenu_version =16 .0.0-rc.1
20+ cloth_version =21.11.153
21+ modmenu_version =17 .0.0-beta.2
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-8.14 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments