Skip to content

Commit

Permalink
depend to 'waila' instead of 'wthit'
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Apr 11, 2021
1 parent 0e693ca commit a3ff03b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion megane-api/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"icon" : "assets/megane/icon.png",
"environment" : "*",
"depends" : {
"wthit": "*"
"waila": "*"
},
"custom" : {
"modmenu": {
Expand Down
2 changes: 1 addition & 1 deletion megane-runtime/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"depends" : {
"fabricloader": ">=0.7.4",
"minecraft" : "1.16.x",
"wthit" : "*",
"waila" : "*",
"megane-api" : "*"
},
"custom" : {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"depends" : {
"fabricloader": ">=0.7.4",
"minecraft" : "1.16.x",
"wthit" : "*"
"waila" : "*"
}
}

0 comments on commit a3ff03b

Please sign in to comment.