Browse Source

Fix code formatting for gitlab.

Daniel Scalzi 8 years ago
parent
commit
f9444858da
1 changed files with 7 additions and 7 deletions
  1. 7 7
      docs/distro.md

+ 7 - 7
docs/distro.md

@@ -2,7 +2,7 @@
 
 
 The distribution index is written in JSON. The general format of the index is as posted below.
 The distribution index is written in JSON. The general format of the index is as posted below.
 
 
-```JSON
+```json
 {
 {
     "version": "1.0",
     "version": "1.0",
     "servers": [
     "servers": [
@@ -29,7 +29,7 @@ You can declare an unlimited number of servers, however you must provide valid v
 
 
 A module is a generic representation of a file required to run the minecraft client. It takes the general form:
 A module is a generic representation of a file required to run the minecraft client. It takes the general form:
 
 
-```JSON
+```json
 {
 {
     "id": "group.id:artifact:version",
     "id": "group.id:artifact:version",
     "name": "Artifact {version}",
     "name": "Artifact {version}",
@@ -61,7 +61,7 @@ As shown above, modules objects are allowed to declare submodules under the opti
 
 
 Modules may also declare a `required` object.
 Modules may also declare a `required` object.
 
 
-```JSON
+```json
 "required": {
 "required": {
     "value": false, (if the module is required)
     "value": false, (if the module is required)
     "def": false (if it's enabled by default, has no effect if value is true)
     "def": false (if it's enabled by default, has no effect if value is true)
@@ -102,7 +102,7 @@ The module type `forge-hosted` represents forge itself. Currently, the launcher
 
 
 Ex.
 Ex.
 
 
-```JSON
+```json
 {
 {
     "id": "net.minecraftforge:forge:1.11.2-13.20.1.2429",
     "id": "net.minecraftforge:forge:1.11.2-13.20.1.2429",
     "name": "Minecraft Forge 1.11.2-13.20.1.2429",
     "name": "Minecraft Forge 1.11.2-13.20.1.2429",
@@ -142,7 +142,7 @@ The module type `library` represents a library file which will be required to st
 
 
 Ex.
 Ex.
 
 
-```JSON
+```json
 {
 {
     "id": "net.sf.jopt-simple:jopt-simple:4.6",
     "id": "net.sf.jopt-simple:jopt-simple:4.6",
     "name": "Jopt-simple 4.6",
     "name": "Jopt-simple 4.6",
@@ -163,7 +163,7 @@ Ex.
 The module type `forgemod` represents a mod loaded by the Forge Mod Loader (FML). These files are stored maven-style and passed to FML using forge's [Modlist format](https://github.com/MinecraftForge/FML/wiki/New-JSON-Modlist-format).
 The module type `forgemod` represents a mod loaded by the Forge Mod Loader (FML). These files are stored maven-style and passed to FML using forge's [Modlist format](https://github.com/MinecraftForge/FML/wiki/New-JSON-Modlist-format).
 
 
 Ex.
 Ex.
-```JSON
+```json
 {
 {
     "id": "com.westeroscraft:westerosblocks:3.0.0-beta-6-133",
     "id": "com.westeroscraft:westerosblocks:3.0.0-beta-6-133",
     "name": "WesterosBlocks (3.0.0-beta-6-133)",
     "name": "WesterosBlocks (3.0.0-beta-6-133)",
@@ -191,7 +191,7 @@ The module type `file` represents a generic file required by the client, another
 
 
 Ex.
 Ex.
 
 
-```JSON
+```json
 {
 {
     "id": "com.westeroscraft:westeroscraftrp:2017-08-16",
     "id": "com.westeroscraft:westeroscraftrp:2017-08-16",
     "name": "WesterosCraft Resource Pack (2017-08-16)",
     "name": "WesterosCraft Resource Pack (2017-08-16)",