aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mcmod.info
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/mcmod.info')
-rw-r--r--src/main/resources/mcmod.info37
1 files changed, 21 insertions, 16 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info
index 85a730d971..4a8f9e05ce 100644
--- a/src/main/resources/mcmod.info
+++ b/src/main/resources/mcmod.info
@@ -1,18 +1,23 @@
[
- {
- "modid": "${modId}",
- "name": "${modName}",
- "description": "Production at scale",
- "version": "${modVersion}",
- "mcversion": "${minecraftVersion}",
- "url": "https://glease.github.io/GigaGramFab",
- "updateUrl": "",
- "authorList": ["glee8e"],
- "credits": "",
- "logoFile": "",
- "screenshots": [],
- "dependencies": [
- "gregtech"
- ]
- }
+ {
+ "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"
+ ]
+ }
]