aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authoranhgelus <anhgelus.morhtuuzh@proton.me>2024-08-25 14:19:09 +0000
committeranhgelus <anhgelus.morhtuuzh@proton.me>2024-08-25 14:19:09 +0000
commit9bb3bc44b5201124879836739c976a772cab7403 (patch)
tree97426044597e62ba85f39245a88d3ccbe9a445f6 /src/main/resources
parent5c0617cd3de4e786b3643e67bf610d5349164243 (diff)
feat(game): disable portals
close #7
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