Skip to content

Commit 9098035

Browse files
committed
feat: update to 1.21
1 parent 1378fcf commit 9098035

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ java {
1010
withSourcesJar()
1111
}
1212

13-
version = "0.3.6"
13+
version = "0.3.7"
1414
group = "dev.chachy"
1515

1616
dependencies {
17-
minecraft "com.mojang:minecraft:1.20.6"
18-
mappings "net.fabricmc:yarn:1.20.6+build.1:v2"
17+
minecraft "com.mojang:minecraft:1.21"
18+
mappings "net.fabricmc:yarn:1.21+build.1:v2"
1919
modImplementation "net.fabricmc:fabric-loader:0.15.10"
2020
}
2121

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"icon": "assets/lazy-language-loader/icon/icon_128.png",
2626
"accessWidener": "lazy-language-loader.accesswidener",
2727
"depends": {
28-
"fabricloader": ">=0.12.3",
29-
"minecraft": ">=1.20.5",
28+
"minecraft": "1.21.x",
3029
"java": ">=21"
3130
}
3231
}

0 commit comments

Comments
 (0)