File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' fabric-loom' version ' 1.6 -SNAPSHOT'
2
+ id ' fabric-loom' version ' 1.10 -SNAPSHOT'
3
3
id ' maven-publish'
4
4
}
5
5
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx1G
5
5
# check these on https://modmuss50.me/fabric.html
6
6
minecraft_version =1.21
7
7
yarn_mappings =1.21+build.9
8
- loader_version =0.15.11
8
+ loader_version =0.16.10
9
9
10
10
# Mod Properties
11
11
mod_version = 1.0.1+build.1
@@ -15,4 +15,4 @@ org.gradle.jvmargs=-Xmx1G
15
15
16
16
# Dependencies
17
17
# check this on https://modmuss50.me/fabric.html
18
- fabric_version =0.100.7 +1.21
18
+ fabric_version =0.102.0 +1.21
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments