Skip to content

Commit c5c94b1

Browse files
committed
Require Minecraft 1.21.11 exactly
1 parent 901f364 commit c5c94b1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535

3636
"depends": {
37-
"minecraft": ">=1.21.11",
37+
"minecraft": "1.21.11",
3838
"fabric-api": ">=0.140.0"
3939
},
4040
"breaks": {

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": 75,
4-
"max_format": 999,
4+
"max_format": 75,
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": 75,
4-
"max_format": 999,
4+
"max_format": 75,
55
"description": {
66
"translate": "resourcePack.continuity.glass_pane_culling_fix.description"
77
}

0 commit comments

Comments
 (0)