From 7ba39f866a3ab293ce81b5397c1e2975241919cb Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 18 Mar 2026 13:11:45 +0100 Subject: style(): switch to tab and to lf --- src/main/resources/molehunt.mixins.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (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 2dc5bb9..8013886 100644 --- a/src/main/resources/molehunt.mixins.json +++ b/src/main/resources/molehunt.mixins.json @@ -1,15 +1,15 @@ { - "required": true, - "minVersion": "0.8", - "package": "world.anhgelus.molehunt.mixin", - "compatibilityLevel": "JAVA_21", - "mixins": [ - "NoJoinLeaveMessage", - "NoMsgCommand", - "NoPortals", - "WorldTimerAccess" - ], - "injectors": { - "defaultRequire": 1 - } + "required": true, + "minVersion": "0.8", + "package": "world.anhgelus.molehunt.mixin", + "compatibilityLevel": "JAVA_21", + "mixins": [ + "NoJoinLeaveMessage", + "NoMsgCommand", + "NoPortals", + "WorldTimerAccess" + ], + "injectors": { + "defaultRequire": 1 + } } -- cgit v1.2.3