3
0

Update to forge 1408

This commit is contained in:
Prototik
2015-05-27 17:46:53 +07:00
parent 5739c6f26d
commit a42829ecb6
4 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@
import net.minecraft.world.WorldProviderEnd;
import net.minecraft.world.WorldProviderHell;
import net.minecraft.world.WorldSettings;
@@ -2656,7 +2657,14 @@
@@ -2655,7 +2656,14 @@
if (integratedserver != null)
{

View File

@ -5,7 +5,7 @@
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 = 1403; // Cauldron
+ public static final int buildVersion = 1408; // Cauldron
private static Status status = PENDING;
private static String target = null;