From da4591884e8acceda275c11f1b0259cf65ae3ce1 Mon Sep 17 00:00:00 2001 From: Alexey Belyaev Date: Wed, 20 Apr 2022 22:38:55 +0500 Subject: [PATCH] Update examplemod.mixins.json --- src/main/resources/examplemod.mixins.json | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/main/resources/examplemod.mixins.json b/src/main/resources/examplemod.mixins.json index dca976c..9ed0b97 100644 --- a/src/main/resources/examplemod.mixins.json +++ b/src/main/resources/examplemod.mixins.json @@ -1,13 +1,13 @@ { - "required": true, - "minVersion": "0.8", - "package": "com.examplemod.mixin", - "compatibilityLevel": "JAVA_17", - "mixins": [ ], - "client": [ - "TitleScreenMixin" - ], - "injectors": { - "defaultRequire": 1 - } -} \ No newline at end of file + "required": true, + "minVersion": "0.8", + "package": "com.examplemod.mixin", + "compatibilityLevel": "JAVA_17", + "mixins": [], + "client": [ + "TitleScreenMixin" + ], + "injectors": { + "defaultRequire": 1 + } +}