Update to forge 1408
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user