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 1378fcf commit 9098035Copy full SHA for 9098035
build.gradle
@@ -10,12 +10,12 @@ java {
10
withSourcesJar()
11
}
12
13
-version = "0.3.6"
+version = "0.3.7"
14
group = "dev.chachy"
15
16
dependencies {
17
- minecraft "com.mojang:minecraft:1.20.6"
18
- mappings "net.fabricmc:yarn:1.20.6+build.1:v2"
+ minecraft "com.mojang:minecraft:1.21"
+ mappings "net.fabricmc:yarn:1.21+build.1:v2"
19
modImplementation "net.fabricmc:fabric-loader:0.15.10"
20
21
src/main/resources/fabric.mod.json
@@ -25,8 +25,7 @@
25
"icon": "assets/lazy-language-loader/icon/icon_128.png",
26
"accessWidener": "lazy-language-loader.accesswidener",
27
"depends": {
28
- "fabricloader": ">=0.12.3",
29
- "minecraft": ">=1.20.5",
+ "minecraft": "1.21.x",
30
"java": ">=21"
31
32
0 commit comments