File tree Expand file tree Collapse file tree 4 files changed +15
-17
lines changed
Expand file tree Collapse file tree 4 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' fabric-loom' version ' 1.10 -SNAPSHOT'
2+ id ' fabric-loom' version ' 1.14 -SNAPSHOT'
33 id ' maven-publish'
44}
55
6- sourceCompatibility = JavaVersion . VERSION_21
7- targetCompatibility = JavaVersion . VERSION_21
6+ // sourceCompatibility = JavaVersion.VERSION_21
7+ // targetCompatibility = JavaVersion.VERSION_21
88
9- archivesBaseName = project. archives_base_name
9+ base {
10+ archivesName = project. archives_base_name
11+ }
1012version = project. mod_version
1113group = project. maven_group
1214
6264
6365jar {
6466 from(" LICENSE" ) {
65- rename { " ${ it} _${ project.archivesBaseName } " }
67+ rename { " ${ it} _${ project.base.archivesName } " }
6668 }
6769}
6870
Original file line number Diff line number Diff line change @@ -3,18 +3,14 @@ org.gradle.jvmargs=-Xmx1G
33
44# https://fabricmc.net/develop/
55# Fabric Properties
6- minecraft_version =1.21.8
7- yarn_mappings =1.21.8 +build.1
8- loader_version =0.16.14
6+ minecraft_version =1.21.11
7+ yarn_mappings =1.21.11 +build.3
8+ loader_version =0.18.4
99
1010# Fabric API
11- fabric_version =0.129.0 +1.21.8
11+ fabric_version =0.140.2 +1.21.11
1212
1313# Mod Properties
14- mod_version = 1.2.3+1.21.8
14+ mod_version = 1.2.3+1.21.11
1515maven_group = net.just_s
1616archives_base_name = survival-debug-mod
17-
18-
19-
20- # loom_version=1.11-SNAPSHOT
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.12 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.0 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 3030 ],
3131
3232 "depends" : {
33- "fabricloader" : " >=0.15.10 " ,
33+ "fabricloader" : " >=0.18.4 " ,
3434 "fabric" : " *" ,
35- "minecraft" : " >=1.21.4 " ,
35+ "minecraft" : " >=1.21.11 " ,
3636 "java" : " >=21"
3737 }
3838}
You can’t perform that action at this time.
0 commit comments