Update to forge 1408
This commit is contained in:
parent
5739c6f26d
commit
a42829ecb6
@ -59,7 +59,7 @@ def retrieveGitHash() {
|
||||
}
|
||||
|
||||
ext.mcVersion = "1.7.10"
|
||||
ext.forgeVersion = "1403"
|
||||
ext.forgeVersion = "1408"
|
||||
ext.revision = retrieveBuildNumber()
|
||||
version = "${mcVersion}-${forgeVersion}.${revision}"
|
||||
println "Updated KCauldron version: ${version}"
|
||||
@ -75,7 +75,7 @@ tasks.packageUniversal {
|
||||
'Implementation-Vendor': 'Prototik',
|
||||
'Implementationk-Title': 'KCauldron',
|
||||
'Implementation-Version': 'KCauldron-'+project.version,
|
||||
'Forge-Version': '10.13.3.1403',
|
||||
'Forge-Version': '10.13.3.1408',
|
||||
'Specification-Vendor': 'Bukkit Team',
|
||||
'Specification-Title': 'Bukkit',
|
||||
'Specification-Version': '1.7.10-R0.1-SNAPSHOT'
|
||||
|
2
forge
2
forge
@ -1 +1 @@
|
||||
Subproject commit 4270f0fb4a7bf97888451b27e48f60d79ce10d1f
|
||||
Subproject commit 06398fa25990b458ee3183e0cf9066a3a75f221e
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user