Update to forge 1448, close #39
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
import java.util.HashMap;
|
||||
import java.util.HashSet;
|
||||
import java.util.Iterator;
|
||||
@@ -1031,4 +1033,56 @@
|
||||
@@ -1032,4 +1034,56 @@
|
||||
throw new RuntimeException("WHAT?");
|
||||
}
|
||||
}
|
||||
|
@ -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 = 3;
|
||||
public static final int revisionVersion = 4;
|
||||
//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 = 1420; // Cauldron
|
||||
+ public static final int buildVersion = 1448; // Cauldron
|
||||
|
||||
private static Status status = PENDING;
|
||||
private static String target = null;
|
||||
|
Reference in New Issue
Block a user