Skip to content

Commit

Permalink
Replaced spaces with tabs in .json files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirsario committed Dec 24, 2020
1 parent c80e71d commit 75be3f3
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
20 changes: 10 additions & 10 deletions src/main/resources/cameraoverhaul.mixins.json
Original file line number Diff line number Diff line change
@@ -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
}
}
60 changes: 30 additions & 30 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
},
"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": "[email protected]"
},

"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"
}
}

0 comments on commit 75be3f3

Please sign in to comment.