aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mcmod.info
blob: 4a8f9e05ce5e279b6946f1f9364295bd1731dba9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
  {
    "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"
    ]
  }
]