From b867fa2efb789818dbc2b41e7483ecd5ba0b6279 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 18 Mar 2026 14:24:35 +0100 Subject: style(): switch to tab and to lf --- src/main/resources/manhunt.mixins.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/main/resources/manhunt.mixins.json') diff --git a/src/main/resources/manhunt.mixins.json b/src/main/resources/manhunt.mixins.json index 6613627..34eab5f 100644 --- a/src/main/resources/manhunt.mixins.json +++ b/src/main/resources/manhunt.mixins.json @@ -1,12 +1,12 @@ { - "required": true, - "package": "world.anhgelus.manhunt.mixins", - "compatibilityLevel": "JAVA_21", - "mixins": [ - "Tracker", - "WorldTimerAccess" - ], - "injectors": { - "defaultRequire": 1 - } + "required": true, + "package": "world.anhgelus.manhunt.mixins", + "compatibilityLevel": "JAVA_21", + "mixins": [ + "Tracker", + "WorldTimerAccess" + ], + "injectors": { + "defaultRequire": 1 + } } \ No newline at end of file -- cgit v1.2.3