diff options
| author | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-21 23:40:23 +0000 |
|---|---|---|
| committer | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-21 23:40:23 +0000 |
| commit | c6de777f621a01f569adbe8b5be6a253131ec299 (patch) | |
| tree | 25bd8827190eb0f6836ef5a868a7690b2ffe50e3 /src/main/resources/molehunt.mixins.json | |
| parent | 7f09ec7abaa9bb6b8325f56250562c97d7d3a799 (diff) | |
feat(player): disable chat
Diffstat (limited to 'src/main/resources/molehunt.mixins.json')
| -rw-r--r-- | src/main/resources/molehunt.mixins.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/molehunt.mixins.json b/src/main/resources/molehunt.mixins.json index 5b76af8..7ee051d 100644 --- a/src/main/resources/molehunt.mixins.json +++ b/src/main/resources/molehunt.mixins.json @@ -4,6 +4,7 @@ "package": "world.anhgelus.molehunt.mixin", "compatibilityLevel": "JAVA_21", "mixins": [ + "NoMsgCommand" ], "injectors": { "defaultRequire": 1 |
