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 9098035 commit 188e3baCopy full SHA for 188e3ba
build.gradle
@@ -10,13 +10,13 @@ java {
10
withSourcesJar()
11
}
12
13
-version = "0.3.7"
+version = "0.3.8"
14
group = "dev.chachy"
15
16
dependencies {
17
- minecraft "com.mojang:minecraft:1.21"
18
- mappings "net.fabricmc:yarn:1.21+build.1:v2"
19
- modImplementation "net.fabricmc:fabric-loader:0.15.10"
+ minecraft "com.mojang:minecraft:1.21.2"
+ mappings "net.fabricmc:yarn:1.21.2+build.1:v2"
+ modImplementation "net.fabricmc:fabric-loader:0.16.7"
20
21
22
processResources {
0 commit comments