We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be64a36 commit d575548Copy full SHA for d575548
build.gradle.kts
@@ -1,5 +1,5 @@
1
plugins {
2
- id("fabric-loom") version "1.9-SNAPSHOT"
+ id("fabric-loom") version "1.10-SNAPSHOT"
3
}
4
5
base {
gradle.properties
@@ -2,9 +2,9 @@ org.gradle.jvmargs=-Xmx2G
org.gradle.configuration-cache=true
# Fabric Properties (https://fabricmc.net/develop)
-minecraft_version=1.21.4
6
-yarn_mappings=1.21.4+build.7
7
-loader_version=0.16.9
+minecraft_version=1.21.5
+yarn_mappings=1.21.5+build.1
+loader_version=0.16.12
8
9
# Mod Properties
10
mod_version=0.1.0
0 commit comments