Skip to content

Commit b9c25be

Browse files
committed
Update 1.21 dependencies
1 parent eea602e commit b9c25be

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'fabric-loom' version '1.6-SNAPSHOT'
2+
id 'fabric-loom' version '1.10-SNAPSHOT'
33
id 'maven-publish'
44
}
55

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx1G
55
# check these on https://modmuss50.me/fabric.html
66
minecraft_version=1.21
77
yarn_mappings=1.21+build.9
8-
loader_version=0.15.11
8+
loader_version=0.16.10
99

1010
# Mod Properties
1111
mod_version = 1.0.1+build.1
@@ -15,4 +15,4 @@ org.gradle.jvmargs=-Xmx1G
1515

1616
# Dependencies
1717
# check this on https://modmuss50.me/fabric.html
18-
fabric_version=0.100.7+1.21
18+
fabric_version=0.102.0+1.21

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.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)