Skip to content

Commit 7b15afb

Browse files
committed
Require Minecraft 1.21.10 exactly
1 parent 3ec93a9 commit 7b15afb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
],
3232

3333
"depends": {
34-
"minecraft": ">=1.21.10",
34+
"minecraft": "1.21.10",
3535
"fabric-api": ">=0.135.0"
3636
},
3737

src/main/resources/resourcepacks/default/pack.mcmeta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"pack": {
33
"min_format": 69,
4-
"max_format": 999,
4+
"max_format": 69,
55
"description": {
66
"translate": "resourcePack.continuity.default.description"
77
}

src/main/resources/resourcepacks/glass_pane_culling_fix/pack.mcmeta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"pack": {
33
"min_format": 69,
4-
"max_format": 999,
4+
"max_format": 69,
55
"description": {
66
"translate": "resourcePack.continuity.glass_pane_culling_fix.description"
77
}

0 commit comments

Comments
 (0)