From c78f6eb66d3c1c81f30fdbb47eebcfadfd572ed6 Mon Sep 17 00:00:00 2001 From: coolGi Date: Thu, 24 Aug 2023 20:58:43 +0930 Subject: [PATCH] Added blendium to mod suggestion on fabric --- fabric/src/main/resources/fabric.mod.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 1b03cb8cc..01ab3fbf9 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -51,5 +51,9 @@ "modmenu.discord": "${discord}" } } + }, + + "suggests": { + "blendium": "*" } }