Skip to content

Commit

Permalink
Fix fabric.mod.json indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Mar 8, 2020
1 parent adf783f commit f7bb832
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit f7bb832

Please sign in to comment.