Skip to content

Commit 689ad83

Browse files
committed
Feature: 1.20.+ version
The minimum fabric loader version is based on the fabric kotlin library minimum fabric loader version
1 parent 6899b7b commit 689ad83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fabric/src/main/resources/fabric.mod.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"lambda.mixins.common.json"
2727
],
2828
"depends": {
29-
"fabricloader": ">=${fabric_loader_version}",
30-
"fabric-api": "*",
31-
"minecraft": "1.20.4",
29+
"fabricloader": ">=0.14.24",
30+
"fabric-api": ">=0.83.0+1.20",
31+
"minecraft": ">=1.20.0",
3232
"java": ">=17",
3333
"fabric-language-kotlin": ">=${fabric_kotlin_version}"
3434
}

0 commit comments

Comments
 (0)