Skip to content

Commit 757e63a

Browse files
committed
feat: update to 1.20.6
1 parent 04caf44 commit 757e63a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "fabric-loom" version "1.3-SNAPSHOT"
2+
id "fabric-loom" version "1.6-SNAPSHOT"
33
}
44

55
java {
@@ -14,8 +14,8 @@ version = "0.3.6"
1414
group = "dev.chachy"
1515

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

0 commit comments

Comments
 (0)