Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mark modmenu versions before 6.2.0 as incompatible, since they crash …
Browse files Browse the repository at this point in the history
…when pausing the game
fayer3 committed Sep 14, 2024
1 parent 3c9adf4 commit 55c0634
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -50,7 +50,8 @@
"java": ">=17"
},
"breaks": {
"sodium": ["0.4.11+build.25", "0.4.11+build.26"]
"sodium": ["0.4.11+build.25", "0.4.11+build.26"],
"modmenu": ["<6.2.0"]
},
"suggests": {
"another-mod": "*"
@@ -63,7 +64,8 @@
"custom": {
"mc-publish": {
"dependencies": [
"sodium(incompatible)#(ignore)"
"sodium(incompatible)#(ignore)",
"modmenu(incompatible)#(ignore)"
]
},
"modmenu": {

0 comments on commit 55c0634

Please sign in to comment.