aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorWilliam Hergès <anhgelus.morhtuuzh@proton.me>2024-08-25 16:49:59 +0200
committerGitHub <noreply@github.com>2024-08-25 16:49:59 +0200
commit50e4a669f0be4e59fb4a91c0e498e7683e800c83 (patch)
tree8653081ce6c7c256d0869dd84266ae4f896c232b /src/main/resources
parent5c0617cd3de4e786b3643e67bf610d5349164243 (diff)
parentf7784aa574dd3ca05bae3ef0ff00cbdcdac4b457 (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.json3
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