Merge pull request #1180 from luacs1998/patch-2
Update mc version string
This commit is contained in:
commit
2d7f22ade8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public class MinecraftForge
|
|||
public static final EventBus EVENT_BUS = new EventBus();
|
||||
public static final EventBus TERRAIN_GEN_BUS = new EventBus();
|
||||
public static final EventBus ORE_GEN_BUS = new EventBus();
|
||||
public static final String MC_VERSION = "1.7.2";
|
||||
public static final String MC_VERSION = "1.7.10";
|
||||
|
||||
static final ForgeInternalHandler INTERNAL_HANDLER = new ForgeInternalHandler();
|
||||
|
||||
|
|
Loading…
Reference in a new issue