diff options
| author | William Hergès <anhgelus.morhtuuzh@proton.me> | 2024-08-25 16:49:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-25 16:49:59 +0200 |
| commit | 50e4a669f0be4e59fb4a91c0e498e7683e800c83 (patch) | |
| tree | 8653081ce6c7c256d0869dd84266ae4f896c232b /src/main/resources | |
| parent | 5c0617cd3de4e786b3643e67bf610d5349164243 (diff) | |
| parent | f7784aa574dd3ca05bae3ef0ff00cbdcdac4b457 (diff) | |
Merge pull request #11 from anhgelus/feat/disable-portals
[Feat] Disable portals
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/molehunt.mixins.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/molehunt.mixins.json b/src/main/resources/molehunt.mixins.json index 7ee051d..287cfc4 100644 --- a/src/main/resources/molehunt.mixins.json +++ b/src/main/resources/molehunt.mixins.json @@ -4,7 +4,8 @@ "package": "world.anhgelus.molehunt.mixin", "compatibilityLevel": "JAVA_21", "mixins": [ - "NoMsgCommand" + "NoMsgCommand", + "NoPortals" ], "injectors": { "defaultRequire": 1 |
