diff --git a/build.gradle.kts b/build.gradle.kts index 7e4fd63..35b9ec4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,6 +33,10 @@ dependencies { // https://modrinth.com/mod/modmenu/version/11.0.2 modLocalRuntime("maven.modrinth:modmenu:3ib3Uvvv") + + // This is literally only here to make Minecraft SHUT UP about non-signed messages while testing. + // https://modrinth.com/mod/no-chat-reports/version/Fabric-1.21-v2.8.0 + modLocalRuntime("maven.modrinth:no-chat-reports:riMhCAII") } repositories {