3
0

Update to Forge 10.13.3.1370.

This commit is contained in:
gamerforEA
2015-04-14 13:49:32 +03:00
parent 333fb85303
commit 8f563faec3
6 changed files with 23 additions and 23 deletions

View File

@ -2,10 +2,10 @@
+++ ../src-work/minecraft/net/minecraftforge/common/ForgeVersion.java
@@ -25,7 +25,7 @@
//This number is incremented every time a interface changes or new major feature is added, and reset every Minecraft version
public static final int revisionVersion = 2;
public static final int revisionVersion = 3;
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
- public static final int buildVersion = 0;
+ public static final int buildVersion = 1343; // Cauldron
+ public static final int buildVersion = 1370; // Cauldron
private static Status status = PENDING;
private static String target = null;