diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 3a181f4b..9b476ecb 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -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" } } }