File tree Expand file tree Collapse file tree 6 files changed +17
-17
lines changed
Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1- # Fabric - 1.21
1+ # Fabric - 1.21.7
22
3- This is the branch specifically for fabric 1.21.
3+ This is the branch specifically for fabric 1.21.7.
44Any differences will be listed below. For full documentation, see the ` core ` branch.
Original file line number Diff line number Diff line change 11plugins {
2- id ' fabric-loom' version ' 1.7 -SNAPSHOT'
2+ id ' fabric-loom' version ' 1.11 -SNAPSHOT'
33 id ' maven-publish'
44}
55
@@ -34,8 +34,8 @@ dependencies {
3434
3535 // Fabric API. This is technically optional, but you probably want it anyway.
3636 modImplementation " net.fabricmc.fabric-api:fabric-api:${ project.fabric_version} "
37-
38- // Uncomment the following line to enable the deprecated Fabric API modules.
37+
38+ // Uncomment the following line to enable the deprecated Fabric API modules.
3939 // These are included in the Fabric API production distribution and allow you to update your mod to the latest modules at a later more convenient time.
4040
4141 // modImplementation "net.fabricmc.fabric-api:fabric-api-deprecated:${project.fabric_version}"
7878 " Implementation-Vendor" : " Heather White" ,
7979 " Implementation-Timestamp" : new Date (). format(" yyyy-MM-dd'T'HH:mm:ssZ" )
8080 ])
81- }
81+ }
8282 from {
8383 configurations. extraLibs. collect { it. isDirectory() ? it : zipTree(it) }
8484 }
Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ org.gradle.parallel=true
44
55# Fabric Properties
66# check these on https://fabricmc.net/develop
7- minecraft_version =1.21.2
8- yarn_mappings =1.21.2+build.1
9- loader_version =0.16.9
7+ minecraft_version =1.21.7
8+ yarn_mappings =1.21.7+build.6
9+ loader_version =0.16.14
10+ loom_version =1.11-SNAPSHOT
1011
1112# Mod Properties
1213version =2.0
@@ -15,8 +16,7 @@ maven_group=computer.heather.advancedbackups
1516archives_base_name =advancedbackups
1617modloaderName =fabric
1718
18- minecraftVersion =1.21.2
19+ minecraftVersion =1.21.7
1920
2021# Dependencies
21- fabric_version =0.106.1+1.21.2
22-
22+ fabric_version =0.128.2+1.21.7
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.10 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ pluginManagement {
99 }
1010}
1111
12- rootProject. name = ' fabric-1.21'
12+ rootProject. name = ' fabric-1.21.7 '
Original file line number Diff line number Diff line change 2323 ]
2424 },
2525 "depends" : {
26- "fabricloader" : " >=0.15.10 " ,
27- "minecraft" : " >=1.21.2 " ,
26+ "fabricloader" : " >=0.16.14 " ,
27+ "minecraft" : " >=1.21.7 " ,
2828 "java" : " >=21" ,
2929 "fabric-api" : " *"
3030 }
31- }
31+ }
You can’t perform that action at this time.
0 commit comments