Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Commit 749dcb4

Browse files
committed
1.21.6
change version restriction
1 parent c53c23d commit 749dcb4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.parallel=true
44

55
# Fabric Properties
66
# check these on https://fabricmc.net/develop
7-
minecraft_version=1.21.6-pre4
7+
minecraft_version=1.21.6
88
loader_version=0.16.14
99

1010
# Mod Properties

src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"betterpiechart.mixins.json"
2424
],
2525
"depends": {
26-
"fabricloader": ">=0.15.11",
27-
"minecraft": ">=1.21.2",
26+
"fabricloader": ">=0.16.14",
27+
"minecraft": ">=1.21.6",
2828
"java": ">=21"
2929
}
3030
}

0 commit comments

Comments
 (0)