From 9bb3bc44b5201124879836739c976a772cab7403 Mon Sep 17 00:00:00 2001 From: anhgelus Date: Sun, 25 Aug 2024 14:19:09 +0000 Subject: feat(game): disable portals close #7 --- src/main/resources/molehunt.mixins.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/resources/molehunt.mixins.json') 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 -- cgit v1.2.3