Skip to content

Commit

Permalink
Require Minecraft <=1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PepperCode1 committed Jul 7, 2024
1 parent 21174ac commit 40c65b3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],

"depends": {
"minecraft": ">=1.20.5",
"minecraft": ">=1.20.5 <=1.20.6",
"fabricloader": ">=0.15.0",
"fabric-api": ">=0.97.6"
},
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/resourcepacks/default/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"pack": {
"pack_format": 32,
"supported_formats": [32, 999],
"description": {
"translate": "resourcePack.continuity.default.description"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"pack": {
"pack_format": 32,
"supported_formats": [32, 999],
"description": {
"translate": "resourcePack.continuity.glass_pane_culling_fix.description"
}
Expand Down

0 comments on commit 40c65b3

Please sign in to comment.