Skip to content

Commit 85866bf

Browse files
Update metadata to 1.21.7
1 parent 783efd1 commit 85866bf

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

fabric/1.21.7/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
44
Any differences will be listed below. For full documentation, see the `core` branch.

fabric/1.21.7/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
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}"
@@ -78,7 +78,7 @@ jar {
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
}

fabric/1.21.7/gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
1213
version=2.0
@@ -15,8 +16,7 @@ maven_group=computer.heather.advancedbackups
1516
archives_base_name=advancedbackups
1617
modloaderName =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

fabric/1.21.7/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

fabric/1.21.7/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ pluginManagement {
99
}
1010
}
1111

12-
rootProject.name = 'fabric-1.21'
12+
rootProject.name = 'fabric-1.21.7'

fabric/1.21.7/src/main/resources/fabric.mod.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
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+
}

0 commit comments

Comments
 (0)