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/fabric.mod.json | 69 ++++++++++++++++----------------- src/main/resources/molehunt.mixins.json | 26 ++++++------- 2 files changed, 47 insertions(+), 48 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 09a65fe..43d56c8 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,37 +1,36 @@ { - "schemaVersion": 1, - "id": "molehunt", - "version": "${version}", - "name": "Molehunt", - "description": "Molehunt mod", - "authors": [ - "Anhgelus Morhtuuzh" - ], - "contact": {}, - "license": "AGPL-3.0", - "icon": "assets/molehunt/icon.png", - "environment": "*", - "entrypoints": { - "client": [ - "world.anhgelus.molehunt.client.MolehuntClient" - ], - "server": [ - - ], - "main": [ - "world.anhgelus.molehunt.Molehunt" - ] - }, - "mixins": [ - "molehunt.mixins.json", - { - "config": "molehunt.client.mixins.json", - "environment": "client" - } - ], - "depends": { - "fabricloader": ">=${loader_version}", - "fabric-api": "*", - "minecraft": "${minecraft_version}" - } + "schemaVersion": 1, + "id": "molehunt", + "version": "${version}", + "name": "Molehunt", + "description": "Molehunt mod", + "authors": [ + "Anhgelus Morhtuuzh" + ], + "contact": {}, + "license": "AGPL-3.0", + "icon": "assets/molehunt/icon.png", + "environment": "*", + "entrypoints": { + "client": [ + "world.anhgelus.molehunt.client.MolehuntClient" + ], + "server": [ + ], + "main": [ + "world.anhgelus.molehunt.Molehunt" + ] + }, + "mixins": [ + "molehunt.mixins.json", + { + "config": "molehunt.client.mixins.json", + "environment": "client" + } + ], + "depends": { + "fabricloader": ">=${loader_version}", + "fabric-api": "*", + "minecraft": "${minecraft_version}" + } } 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