Skip to content

Commit

Permalink
Restore minecraft versions that are compatible with superseded ones.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kichura authored Aug 9, 2024
1 parent 74f24cf commit 23e9f09
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.4", "1.20.6", "1.21", "1.21.1"],
"minecraft": ["1.14.4", "1.15.2", "1.16.4", "1.16.5", "1.17.1", "1.18.2", "1.19.4", "1.20", "1.20.1", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1"],
"viaversion": ">=5.0.0"
},
"breaks": {
Expand Down
2 changes: 1 addition & 1 deletion viafabric-mc1165/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"depends": {
"fabric-resource-loader-v0": "*",
"minecraft": "1.16.5",
"minecraft": ["1.16.4", "1.16.5"],
"viafabric": "*"
},
"recommends": {
Expand Down
2 changes: 1 addition & 1 deletion viafabric-mc1201/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.1",
"minecraft": ["1.20", "1.20.1"],
"viafabric": "*"
},
"recommends": {
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.4"],
"minecraft": ["1.20.3", "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.6"],
"minecraft": ["1.20.5", "1.20.6"],
"viafabric": "*"
},
"recommends": {
Expand Down

0 comments on commit 23e9f09

Please sign in to comment.