aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar modmuss50 <[email protected]>2023-09-21 21:50:50 +0100
committerLibravatar modmuss50 <[email protected]>2023-09-21 21:50:50 +0100
commitd6380af85c846bbbc9bc0054ad90e167d01aa4cf (patch)
treef8347138fb8ab33708456a40581aa61a49a3c23e
parentUpdate to Loom 1.3 and Gradle 8.2 (diff)
1.20.2
-rw-r--r--gradle.properties8
-rw-r--r--gradle/wrapper/gradle-wrapper.properties2
-rw-r--r--src/main/resources/fabric.mod.json6
3 files changed, 8 insertions, 8 deletions
diff --git a/gradle.properties b/gradle.properties
index 854298d..7480eb1 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -4,9 +4,9 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
-minecraft_version=1.20.1
-yarn_mappings=1.20.1+build.9
-loader_version=0.14.21
+minecraft_version=1.20.2
+yarn_mappings=1.20.2+build.1
+loader_version=0.14.22
# Mod Properties
mod_version=1.0.0
@@ -14,4 +14,4 @@ maven_group=com.example
archives_base_name=modid
# Dependencies
-fabric_version=0.85.0+1.20.1 \ No newline at end of file
+fabric_version=0.89.1+1.20.2
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 62f495d..ac72c34 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 5b8a367..eb248fc 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -30,12 +30,12 @@
}
],
"depends": {
- "fabricloader": ">=0.14.21",
- "minecraft": "~1.20.1",
+ "fabricloader": ">=0.14.22",
+ "minecraft": "~1.20.2",
"java": ">=17",
"fabric-api": "*"
},
"suggests": {
"another-mod": "*"
}
-} \ No newline at end of file
+}