Clean up mcmod.info and add space to mod name

This commit is contained in:
ProfessorProspector 2017-04-19 19:37:07 -07:00
parent 0bef19767d
commit ee9e46eaa3
3 changed files with 7 additions and 10 deletions

View file

@ -27,7 +27,7 @@ package techreborn.lib;
import reborncore.common.IModInfo;
public class ModInfo implements IModInfo {
public static final String MOD_NAME = "TechReborn";
public static final String MOD_NAME = "Tech Reborn";
public static final String MOD_ID = "techreborn";
public static final String MOD_VERSION = "@MODVERSION@";
public static final String MOD_DEPENDENCIES = "required-after:forge;required-after:reborncore;after:jei@[3.13,);after:ic2";

BIN
src/main/resources/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 KiB

View file

@ -1,23 +1,20 @@
[
{
"modid": "techreborn",
"name": "TechReborn",
"description": "TechReborn, The Gregtech revival you dream about on a cool mid summer's eve.",
"name": "Tech Reborn",
"description": "Tech Reborn is a completely standalone tech mod designed by the ideals of GregTech 2 and Industrial Craft 2 pre-experimental. The mod includes tools and machines to gather resources, process materials, and progression throughout the mod. http://www.techreborn.ovh/",
"version": "$version",
"mcversion": "$mcversion",
"url": "https://github.com/TechReborn/TechReborn",
"updateUrl": "",
"authorList": [
"modmuss50", "Gigabit101",
"tntrololol", "joflashstudios",
"Prospector"
"modmuss50", "Gigabit101", "Prospector"
],
"credits": "TheMattaBase, Mj11jM and Mazdallier for language work, [testers, etc]",
"logoFile": "",
"credits": "Thanks to these contributors: TheMattaBase, Mj11jM, Mazdallier, tntrololol, joflashstudios, drcrazy, lclc98, Lordmau5, mezz, and Thog",
"logoFile": "logo.png",
"screenshots": [
],
"parent":"",
"dependencies": [
]
"dependencies": ["reborncore"]
}
]