From 75be3f3986f61b5429be65ac59a34d3221cad72a Mon Sep 17 00:00:00 2001 From: Mirsario Date: Thu, 24 Dec 2020 19:49:28 +0300 Subject: [PATCH] Replaced spaces with tabs in .json files. --- src/main/resources/cameraoverhaul.mixins.json | 20 +++---- src/main/resources/fabric.mod.json | 60 +++++++++---------- 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/src/main/resources/cameraoverhaul.mixins.json b/src/main/resources/cameraoverhaul.mixins.json index 1ce7840..a04cd90 100644 --- a/src/main/resources/cameraoverhaul.mixins.json +++ b/src/main/resources/cameraoverhaul.mixins.json @@ -1,12 +1,12 @@ { - "required": true, - "minVersion": "0.6", - "package": "mirsario.cameraoverhaul.fabric.mixins", - "compatibilityLevel": "JAVA_8", - "mixins": [ - "GameRendererMixin" - ], - "injectors": { - "defaultRequire": 1 - } + "required": true, + "minVersion": "0.6", + "package": "mirsario.cameraoverhaul.fabric.mixins", + "compatibilityLevel": "JAVA_8", + "mixins": [ + "GameRendererMixin" + ], + "injectors": { + "defaultRequire": 1 + } } diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index b0c406d..35542fd 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,39 +1,39 @@ { - "schemaVersion": 1, - "id": "cameraoverhaul", - "version": "${version}", - "name": "Camera Overhaul", - "description": "Makes gameplay more satisfying through the use of various camera tilting. Compatible with everything.\nConfigurable through the gear button in the top right of ModMenu or through the '.minecraft/config/cameraoverhaul.json' file for finer control.", - "license": "MIT", - "icon": "assets/cameraoverhaul/icon.png", - "environment": "client", + "schemaVersion": 1, + "id": "cameraoverhaul", + "version": "${version}", + "name": "Camera Overhaul", + "description": "Makes gameplay more satisfying through the use of various camera tilting. Compatible with everything.\nConfigurable through the gear button in the top right of ModMenu or through the '.minecraft/config/cameraoverhaul.json' file for finer control.", + "license": "MIT", + "icon": "assets/cameraoverhaul/icon.png", + "environment": "client", - "authors": [ - "Mirsario" - ], + "authors": [ + "Mirsario" + ], - "contributors": [ - "altrisi" - ], + "contributors": [ + "altrisi" + ], - "contact": { - "homepage": "https://curseforge.com/minecraft/mc-mods/cameraoverhaul", - "sources": "https://github.com/Mirsario/Minecraft-CameraOverhaul", - "issues": "https://github.com/Mirsario/Minecraft-CameraOverhaul/issues", - "email": "me@mirsar.io" - }, + "contact": { + "homepage": "https://curseforge.com/minecraft/mc-mods/cameraoverhaul", + "sources": "https://github.com/Mirsario/Minecraft-CameraOverhaul", + "issues": "https://github.com/Mirsario/Minecraft-CameraOverhaul/issues", + "email": "me@mirsar.io" + }, - "entrypoints": { + "entrypoints": { "client": [ "mirsario.cameraoverhaul.fabric.FabricClientModInitializer" ], "modmenu": [ "mirsario.cameraoverhaul.fabric.ModMenuConfigIntegration" ] - }, - - "mixins": [ - "cameraoverhaul.mixins.json" - ], + }, + + "mixins": [ + "cameraoverhaul.mixins.json" + ], - "depends": { - "fabricloader": ">=0.4.0", - "cloth-config2": ">=4.8.3" - } + "depends": { + "fabricloader": ">=0.4.0", + "cloth-config2": ">=4.8.3" + } }