From 2402456b4e4ca1f227210e7111e8f00bcf1c1a02 Mon Sep 17 00:00:00 2001 From: MicrocontrollersDev Date: Mon, 13 May 2024 15:14:45 -0700 Subject: [PATCH] remove old launchwarn mainclass, add nextdayy contrib --- gradle.properties | 1 - src/main/resources/fabric.mod.json | 7 +++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index b5ff007..1101b23 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,4 +9,3 @@ polyfrost.defaults.loom=2 mod_version=1.7.2 maven_group=dev.microcontrollers.overlaytweaks archives_base_name=overlaytweaks -main_class=dev.microcontrollers.overlaytweaks.LaunchWarn diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 7adbf8a..03ccc9b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -11,7 +11,9 @@ "Wyvest", "Mixces", "Ownwn", - "Squagward" + "Squagward", + "nextdayy" + ], "contact": { "homepage": "https://modrinth.com/mod/overlaytweaks", @@ -42,7 +44,8 @@ "custom": { "modmenu": { "links": { - "modmenu.discord": "https://discord.gg/rejfv9kFJj" + "modmenu.discord": "https://discord.gg/rejfv9kFJj", + "modmenu.modrinth": "https://modrinth.com/mod/overlaytweaks" }, "update_checker": true }