diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-03-08 10:07:21 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-03-08 10:07:21 +0200 |
commit | f7bb83291dec390548765b51ce57516882362a29 (patch) | |
tree | 96c4214f7e4d28f8edfbf0014ff711aff7ec400a | |
parent | adf783ff7fbc676f697c6e4a4acff8f1e06fdada (diff) | |
download | LibGui-f7bb83291dec390548765b51ce57516882362a29.tar.gz LibGui-f7bb83291dec390548765b51ce57516882362a29.tar.bz2 LibGui-f7bb83291dec390548765b51ce57516882362a29.zip |
Fix fabric.mod.json indentation1.7.0
-rw-r--r-- | src/main/resources/fabric.mod.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 621539a..d194e9e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,36 +1,36 @@ { - "schemaVersion": 1, - "id": "libgui", - "version": "${version}", + "schemaVersion": 1, + "id": "libgui", + "version": "${version}", - "name": "LibGui", - "description": "Easy grid-based GUIs for Fabric", - "authors": [ - "Falkreon" - ], - "contact": { - "sources": "https://github.com/CottonMC/LibGUI" - }, + "name": "LibGui", + "description": "Easy grid-based GUIs for Fabric", + "authors": [ + "Falkreon" + ], + "contact": { + "sources": "https://github.com/CottonMC/LibGUI" + }, - "license": "MIT", - "icon": "assets/libgui/icon.png", + "license": "MIT", + "icon": "assets/libgui/icon.png", - "environment": "*", - "entrypoints": { - "client": [ "io.github.cottonmc.cotton.gui.client.LibGuiClient" ], - "modmenu": [ "io.github.cottonmc.cotton.gui.client.modmenu.ModMenuSupport" ] - }, - "depends": { - "fabricloader": ">=0.4.0", - "fabric": "*", - "minecraft": ">=1.16-" - }, - "suggests": { - "flamingo": "*" - }, + "environment": "*", + "entrypoints": { + "client": ["io.github.cottonmc.cotton.gui.client.LibGuiClient"], + "modmenu": ["io.github.cottonmc.cotton.gui.client.modmenu.ModMenuSupport"] + }, + "depends": { + "fabricloader": ">=0.4.0", + "fabric": "*", + "minecraft": ">=1.16-" + }, + "suggests": { + "flamingo": "*" + }, - "custom": { - "modmenu:api": true, - "modmenu:clientsideOnly": false - } + "custom": { + "modmenu:api": true, + "modmenu:clientsideOnly": false + } } |