diff options
| author | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-25 14:19:09 +0000 |
|---|---|---|
| committer | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-25 14:19:09 +0000 |
| commit | 9bb3bc44b5201124879836739c976a772cab7403 (patch) | |
| tree | 97426044597e62ba85f39245a88d3ccbe9a445f6 /src/main/resources/molehunt.mixins.json | |
| parent | 5c0617cd3de4e786b3643e67bf610d5349164243 (diff) | |
feat(game): disable portals
close #7
Diffstat (limited to 'src/main/resources/molehunt.mixins.json')
| -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 |
