From 095aa12d0cf8170014f59d1e1646311989aaca58 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 19 Mar 2026 14:32:46 +0100 Subject: Copy Molehunt and rename --- src/main/resources/floodhunt.mixins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/main/resources/floodhunt.mixins.json (limited to 'src/main/resources/floodhunt.mixins.json') diff --git a/src/main/resources/floodhunt.mixins.json b/src/main/resources/floodhunt.mixins.json new file mode 100644 index 0000000..dbebdd1 --- /dev/null +++ b/src/main/resources/floodhunt.mixins.json @@ -0,0 +1,15 @@ +{ + "required": true, + "minVersion": "0.8", + "package": "world.anhgelus.floodhunt.mixin", + "compatibilityLevel": "JAVA_21", + "mixins": [ + "NoJoinLeaveMessage", + "NoMsgCommand", + "NoPortals", + "WorldTimerAccess" + ], + "injectors": { + "defaultRequire": 1 + } +} -- cgit v1.2.3