Skip to content

Commit

Permalink
Fix deps check
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrix-Shen committed Apr 1, 2022
1 parent ffdfe67 commit 1bb8cdb
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"TweakMyClient-Compat.mixins.json"
],
"depends": {
"malilib": ">=0.10.0-dev.20+arne.2",
"minecraft": "1.14.x",
"tweakmyclient": "*"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"TweakMyClient-Compat.mixins.json"
],
"depends": {
"malilib": ">=0.10.0-dev.21+arne.2",
"minecraft": "1.15.x",
"tweakmyclient": "*"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"TweakMyClient-Compat.mixins.json"
],
"depends": {
"malilib": ">=0.10.0-dev.21+arne.8",
"minecraft": "1.16.x",
"tweakmyclient": "*"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"TweakMyClient-Compat.mixins.json"
],
"depends": {
"malilib": ">=0.10.0-dev.26",
"minecraft": "1.17.x",
"tweakmyclient": "*"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"TweakMyClient-Compat.mixins.json"
],
"depends": {
"malilib": ">=0.12.1",
"minecraft": "1.18.x",
"tweakmyclient": "*"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
],
"depends": {
"fabricloader": ">=0.9.0",
"malilib": ">=0.10.0-dev.26",
"minecraft": "1.19.x"
"tweakmyclient": "*"
},
"custom": {
"modmenu:parent": "tweakmyclient",
Expand Down

0 comments on commit 1bb8cdb

Please sign in to comment.