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; import reborncore.common.IModInfo;
public class ModInfo implements 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_ID = "techreborn";
public static final String MOD_VERSION = "@MODVERSION@"; 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"; 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", "modid": "techreborn",
"name": "TechReborn", "name": "Tech Reborn",
"description": "TechReborn, The Gregtech revival you dream about on a cool mid summer's eve.", "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", "version": "$version",
"mcversion": "$mcversion", "mcversion": "$mcversion",
"url": "https://github.com/TechReborn/TechReborn", "url": "https://github.com/TechReborn/TechReborn",
"updateUrl": "", "updateUrl": "",
"authorList": [ "authorList": [
"modmuss50", "Gigabit101", "modmuss50", "Gigabit101", "Prospector"
"tntrololol", "joflashstudios",
"Prospector"
], ],
"credits": "TheMattaBase, Mj11jM and Mazdallier for language work, [testers, etc]", "credits": "Thanks to these contributors: TheMattaBase, Mj11jM, Mazdallier, tntrololol, joflashstudios, drcrazy, lclc98, Lordmau5, mezz, and Thog",
"logoFile": "", "logoFile": "logo.png",
"screenshots": [ "screenshots": [
], ],
"parent":"", "parent":"",
"dependencies": [ "dependencies": ["reborncore"]
]
} }
] ]