Skip to content

Commit

Permalink
fix: Fix WTHIT compat no longer being registered
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Dec 14, 2023
1 parent 5971474 commit 9200d68
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,13 @@
"custom": {
"modmenu": {
"links": {
"modmenu.discord": "https://discord.gg/VAfZ2Nau6j"
"modmenu.discord": "https://discord.gg/VAfZ2Nau6j",
"waystones.iconCredits": "https://opengameart.org/content/roguelikerpg-items"
}
},
"waila:plugins": {
"id": "waystones:wthit",
"initializer": "net.blay09.mods.waystones.compat.WTHITIntegration"
}
}
}

0 comments on commit 9200d68

Please sign in to comment.