We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cebea2 commit a21e7acCopy full SHA for a21e7ac
build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id "fabric-loom" version "1.8.12"
+ id "fabric-loom" version "1.10.5"
3
id "maven-publish"
4
}
5
gradle.properties
@@ -5,9 +5,9 @@ mod_version = 1.0.0
org.gradle.jvmargs = -Xmx1G
6
7
# Versions
8
-minecraft_version = 1.21.3
9
-yarn_mappings = 1.21.3+build.2
10
-loader_version = 0.16.9
11
-fabric_version = 0.109.0+1.21.3
+minecraft_version = 1.21.4
+yarn_mappings = 1.21.4+build.8
+loader_version = 0.16.14
+fabric_version = 0.119.2+1.21.4
12
13
-plasmid_version = 0.6.0+1.21.3
+plasmid_version = 0.6.3+1.21.4
0 commit comments