Skip to content

Commit

Permalink
Ensure 2.6.15 and older ReplayMod is not supported. (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kichura authored Jul 31, 2024
1 parent 1af501e commit 820d2d4
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"viaversion": ">=5.0.0"
},
"breaks": {
"viafabricplus": "*",
"replaymod": "*"
"viafabricplus": "*"
},
"environment": "*",
"authors": [
Expand Down
3 changes: 3 additions & 0 deletions viafabric-mc1144/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
"fabric-command-api-v1": "*",
"cotton-client-commands": "*"
},
"breaks": {
"replaymod": "<=1.14.4-2.6.15"
},
"mixins": [
"mixins.viafabric1144.address.json",
"mixins.viafabric1144.gui.json",
Expand Down
3 changes: 3 additions & 0 deletions viafabric-mc1152/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
"fabric-command-api-v1": "*",
"cotton-client-commands": "*"
},
"breaks": {
"replaymod": "<=1.15.2-2.6.15"
},
"mixins": [
"mixins.viafabric1152.address.json",
"mixins.viafabric1152.gui.json",
Expand Down
3 changes: 3 additions & 0 deletions viafabric-mc1165/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
"recommends": {
"fabric-command-api-v1": "*"
},
"breaks": {
"replaymod": "<=1.16.5-2.6.15"
},
"mixins": [
"mixins.viafabric1165.address.json",
"mixins.viafabric1165.gui.json",
Expand Down
3 changes: 3 additions & 0 deletions viafabric-mc1171/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
"recommends": {
"fabric-command-api-v1": "*"
},
"breaks": {
"replaymod": "<=1.17.1-2.6.15"
},
"mixins": [
"mixins.viafabric1171.address.json",
"mixins.viafabric1171.gui.json",
Expand Down
3 changes: 3 additions & 0 deletions viafabric-mc1182/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
"recommends": {
"fabric-command-api-v1": "*"
},
"breaks": {
"replaymod": "<=1.18.2-2.6.15"
},
"mixins": [
"mixins.viafabric1182.address.json",
"mixins.viafabric1182.gui.json",
Expand Down
3 changes: 3 additions & 0 deletions viafabric-mc1194/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
"recommends": {
"fabric-command-api-v2": "*"
},
"breaks": {
"replaymod": "<=1.19.4-2.6.15"
},
"mixins": [
"mixins.viafabric1194.address.json",
"mixins.viafabric1194.gui.json",
Expand Down
3 changes: 3 additions & 0 deletions viafabric-mc1201/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
"recommends": {
"fabric-command-api-v2": "*"
},
"breaks": {
"replaymod": "<=1.20.1-2.6.15"
},
"mixins": [
"mixins.viafabric1201.address.json",
"mixins.viafabric1201.gui.json",
Expand Down
3 changes: 3 additions & 0 deletions viafabric-mc1204/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
"recommends": {
"fabric-command-api-v2": "*"
},
"breaks": {
"replaymod": "<=1.20.4-2.6.15"
},
"mixins": [
"mixins.viafabric1204.address.json",
"mixins.viafabric1204.gui.json",
Expand Down
3 changes: 3 additions & 0 deletions viafabric-mc1206/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
"recommends": {
"fabric-command-api-v2": "*"
},
"breaks": {
"replaymod": "<=1.20.6-2.6.15"
},
"mixins": [
"mixins.viafabric1206.address.json",
"mixins.viafabric1206.gui.json",
Expand Down
3 changes: 3 additions & 0 deletions viafabric-mc121/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
"recommends": {
"fabric-command-api-v2": "*"
},
"breaks": {
"replaymod": "<=1.21-2.6.15"
},
"mixins": [
"mixins.viafabric121.address.json",
"mixins.viafabric121.gui.json",
Expand Down

0 comments on commit 820d2d4

Please sign in to comment.