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 04caf44 commit 757e63aCopy full SHA for 757e63a
build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id "fabric-loom" version "1.3-SNAPSHOT"
+ id "fabric-loom" version "1.6-SNAPSHOT"
3
}
4
5
java {
@@ -14,8 +14,8 @@ version = "0.3.6"
14
group = "dev.chachy"
15
16
dependencies {
17
- minecraft "com.mojang:minecraft:1.20.5"
18
- mappings "net.fabricmc:yarn:1.20.5+build.1:v2"
+ minecraft "com.mojang:minecraft:1.20.6"
+ mappings "net.fabricmc:yarn:1.20.6+build.1:v2"
19
modImplementation "net.fabricmc:fabric-loader:0.15.10"
20
21
0 commit comments