From e735dda5230dabf28fc3893cc7043ec3eeb905a7 Mon Sep 17 00:00:00 2001 From: Chloe Dawn Date: Thu, 23 Jun 2022 21:35:32 +0100 Subject: [PATCH] Remove invalid metadata --- build.gradle.kts | 2 +- src/main/resources/fabric.mod.json | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 58bf208..e375d96 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "dev.sapphic" -version = "5.1.0" +version = "5.1.1" java { withSourcesJar() diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index b49ccea..8018f81 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -14,10 +14,6 @@ "minecraft": ">=1.18.2", "java": ">=17" }, - "suggests": { - "cloth-config": "*", - "modmenu": "" - }, "entrypoints": { "client": [ "dev.sapphic.armorsoundtweak.ArmorSoundTweak"