Skip to content

Commit

Permalink
bump and ex-modder removal
Browse files Browse the repository at this point in the history
  • Loading branch information
vadis365 committed Jan 31, 2015
1 parent b80661d commit 81b9d17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/java/erebus/lib/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public class Reference {

public static final String MOD_ID = "erebus";
public static final String MOD_NAME = "Erebus";
public static final String MOD_VERSION = "0.2alphaIndev";
public static final String MOD_VERSION = "0.2a";
public static final String DEPENDENCIES = "required-after:Forge@[10.13.0.1180,);";
public static final String SP_CLIENT = "erebus.core.proxy.ClientProxy";
public static final String SP_SERVER = "erebus.core.proxy.CommonProxy";
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[{
"modid": "erebus",
"name": "Erebus",
"description": "Discover a world ruled by insects, the Erebus is a place to explore, mine and build\n\n-Programmers: chylex, ganymedes01, vadis365, TheCricket26, iLexiconn\n\n-Modelers: vadis365, tripleheadedsheep\n\n-Sound designers: voog2",
"version": "0.2alphaIndev",
"description": "Discover a world ruled by insects, the Erebus is a place to explore, mine and build\n\n-Programmers: chylex, ganymedes01, vadis365, SMEZ1234\n\n-Modelers: vadis365, DylanGK\n\n-Sound designers: voog2",
"version": "0.2a",
"mcversion": "1.7.10",
"authors": [ "Mod designed by Dylan4Ever" ],
"url": "http://www.minecraftforum.net/topic/1652014-/"
"url": "http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2244153"
}]

0 comments on commit 81b9d17

Please sign in to comment.