aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mcmod.info
blob: 97d0fb729bbb7c952467ca6d727894ee5bd7e2ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[
  {
    "modid": "${modId}",
    "name": "${modName}",
    "description": "This Mod adds the awesome Technology of GregTech-Intergalactical to your World!",
    "mcversion": "${minecraftVersion}",
    "version": "${modVersion}",
    "logoFile": "/assets/gregtech_addon/textures/LogoGTI_Long.png",
    "url": "http://forum.industrial-craft.net/index.php?page=Thread&threadID=11488",
    "updateUrl": "",
    "authors": [
      "Gregorius Techneticies",
      "Blood Asp"
    ],
    "credits": "Notch and Mojang for Minecraft, Alblaka and his Team for IndustrialCraft, Mr. Brain for many of the Crop Textures, OvermindDL for helping me with Code, TheSirusKing and matix for a few Textures",
    "parent": "",
    "screenshots": [],
    "dependencies": [
      "Industrialcraft",
      "structurelib"
    ]
  },
  {
      "modid": "ggfab",
      "name": "GigaGramFab",
      "description": "Production at scale",
      "version": "${modVersion}",
      "mcversion": "${minecraftVersion}",
      "url": "https://glease.github.io/GigaGramFab",
      "updateUrl": "",
      "authorList": ["glee8e"],
      "credits": "",
      "logoFile": "",
      "screenshots": [],
      "dependencies": [
        "gregtech"
      ]
  }
]