Skip to content

Commit

Permalink
Add 1.21.1 support, Drop 1.20.3 and 1.20.5 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kichura committed Aug 9, 2024
1 parent ac72bd1 commit 74f24cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -13,7 +13,7 @@
},
"depends": {
"fabricloader": ">=0.15.11",
"minecraft": ["1.14.4", "1.15.2", "1.16.5", "1.17.1", "1.18.2", "1.19.4", "1.20.1", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21"],
"minecraft": ["1.14.4", "1.15.2", "1.16.5", "1.17.1", "1.18.2", "1.19.4", "1.20.1", "1.20.4", "1.20.6", "1.21", "1.21.1"],
"viaversion": ">=5.0.0"
},
"breaks": {
Expand Down
2 changes: 1 addition & 1 deletion viafabric-mc1204/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"depends": {
"fabric-resource-loader-v0": "*",
"minecraft": ["1.20.3", "1.20.4"],
"minecraft": ["1.20.4"],
"viafabric": "*"
},
"recommends": {
Expand Down
2 changes: 1 addition & 1 deletion viafabric-mc1206/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"depends": {
"fabric-resource-loader-v0": "*",
"minecraft": ["1.20.5", "1.20.6"],
"minecraft": ["1.20.6"],
"viafabric": "*"
},
"recommends": {
Expand Down
2 changes: 1 addition & 1 deletion viafabric-mc121/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"depends": {
"fabric-resource-loader-v0": "*",
"minecraft": ["1.21"],
"minecraft": ["1.21", "1.21.1"],
"viafabric": "*"
},
"recommends": {
Expand Down

0 comments on commit 74f24cf

Please sign in to comment.