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 ab711ae commit db13bbeCopy full SHA for db13bbe
build.gradle
@@ -14,8 +14,8 @@ version = "0.3.7"
14
group = "dev.chachy"
15
16
dependencies {
17
- minecraft "com.mojang:minecraft:1.21.3"
18
- mappings "net.fabricmc:yarn:1.21.3+build.1:v2"
+ minecraft "com.mojang:minecraft:1.21.4"
+ mappings "net.fabricmc:yarn:1.21.4+build.1:v2"
19
modImplementation "net.fabricmc:fabric-loader:0.16.7"
20
}
21
src/main/resources/fabric.mod.json
@@ -25,7 +25,7 @@
25
"icon": "assets/lazy-language-loader/icon/icon_128.png",
26
"accessWidener": "lazy-language-loader.accesswidener",
27
"depends": {
28
- "minecraft": "1.21.x",
+ "minecraft": ">=1.21.4",
29
"java": ">=21"
30
31
0 commit comments