Skip to content

Commit

Permalink
Make Minecraft SHUT UP about non-signed messages during testing
Browse files Browse the repository at this point in the history
Seriously... trying to work with a primarily interfacey mod like ChestTracker when EVERY TIME there's a popup about unsigned messages is so incredibly obnoxious.
  • Loading branch information
Protonull committed Sep 10, 2024
1 parent daf5639 commit 22e00fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 22e00fa

Please sign in to comment.