Skip to content

Commit

Permalink
version push
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckscor3 committed Oct 23, 2018
1 parent 290bc1b commit 3c4b154
Show file tree
Hide file tree
Showing 18 changed files with 75 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ public class SecurityCraft {
public static boolean debug;
public static final String MODID = "securitycraft";
private static final String MOTU = "Finally! Cameras!";
//********************************* This is v1.8.8.1 for MC 1.10.2!
protected static final String VERSION = "v1.8.8.1";
//********************************* This is v1.8.9 for MC 1.10.2!
protected static final String VERSION = "v1.8.9";
protected static final String DEPENDENCIES = "required-after:Forge@[12.18.3.2185,)";
protected static final String UPDATEJSONURL = "https://www.github.com/Geforce132/SecurityCraft/raw/master/Updates/Forge.json";
@SidedProxy(clientSide = "net.geforcemods.securitycraft.network.ClientProxy", serverSide = "net.geforcemods.securitycraft.network.ServerProxy")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
public class SecurityCraft {
public static final String MODID = "securitycraft";
private static final String MOTU = "Finally! Cameras!";
//********************************* This is v1.8.8.1 for MC 1.11.2!
protected static final String VERSION = "v1.8.8.1";
//********************************* This is v1.8.9 for MC 1.11.2!
protected static final String VERSION = "v1.8.9";
protected static final String DEPENDENCIES = "required-after:forge@[13.20.1.2386,)";
protected static final String UPDATEJSONURL = "https://www.github.com/Geforce132/SecurityCraft/raw/master/Updates/Forge.json";
@SidedProxy(clientSide = "net.geforcemods.securitycraft.network.ClientProxy", serverSide = "net.geforcemods.securitycraft.network.ServerProxy")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
public class SecurityCraft {
public static final String MODID = "securitycraft";
private static final String MOTU = "Finally! Cameras!";
//********************************* This is v1.8.8.1 for MC 1.12.2!
protected static final String VERSION = "v1.8.8.1";
//********************************* This is v1.8.9 for MC 1.12.2!
protected static final String VERSION = "v1.8.9";
protected static final String DEPENDENCIES = "required-after:forge@[14.23.3.2694,)";
protected static final String UPDATEJSONURL = "https://www.github.com/Geforce132/SecurityCraft/raw/master/Updates/Forge.json";
@SidedProxy(clientSide = "net.geforcemods.securitycraft.network.ClientProxy", serverSide = "net.geforcemods.securitycraft.network.ServerProxy")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public class SecurityCraft
public static boolean debug;
public static final String MODID = "securitycraft";
private static final String MOTU = "Finally! Cameras!";
//********************************* This is v1.8.8.1 for MC 1.7.10!
protected static final String VERSION = "v1.8.8.1";
//********************************* This is v1.8.9 for MC 1.7.10!
protected static final String VERSION = "v1.8.9";
protected static final String DEPENDENCIES = "required-after:Forge@[10.13.4.1558,);after:LookingGlass@[0.2.0.01,);";
@SidedProxy(clientSide = "net.geforcemods.securitycraft.network.ClientProxy", serverSide = "net.geforcemods.securitycraft.network.ServerProxy")
public static ServerProxy serverProxy;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ public class SecurityCraft {
public static boolean debuggingMode;
public static final String MODID = "securitycraft";
private static final String MOTU = "Finally! Cameras!";
//********************************* This is v1.8.8.1 for MC 1.8.8/9!
protected static final String VERSION = "v1.8.8.1";
//********************************* This is v1.8.9 for MC 1.8.8/9!
protected static final String VERSION = "v1.8.9";
protected static final String DEPENDENCIES = "required-after:Forge@[11.15.0.1655,)"; //not latest recommended, because this version is supposed to work on both 1.8.8 and 1.8.9
protected static final String UPDATEJSONURL = "https://www.github.com/Geforce132/SecurityCraft/raw/master/Updates/Forge.json";
@SidedProxy(clientSide = "net.geforcemods.securitycraft.network.ClientProxy", serverSide = "net.geforcemods.securitycraft.network.ServerProxy")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ public class SecurityCraft {
public static boolean debug;
public static final String MODID = "securitycraft";
private static final String MOTU = "Finally! Cameras!";
//********************************* This is v1.8.8.1 for MC 1.8!
protected static final String VERSION = "v1.8.8.1";
//********************************* This is v1.8.9 for MC 1.8!
protected static final String VERSION = "v1.8.9";
protected static final String DEPENDENCIES = "required-after:Forge@[11.14.4.1563,)";
protected static final String UPDATEJSONURL = "https://www.github.com/Geforce132/SecurityCraft/raw/master/Updates/Forge.json";
@SidedProxy(clientSide = "net.geforcemods.securitycraft.network.ClientProxy", serverSide = "net.geforcemods.securitycraft.network.ServerProxy")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ public class SecurityCraft {
public static boolean debug;
public static final String MODID = "securitycraft";
private static final String MOTU = "Finally! Cameras!";
//********************************* This is v1.8.8.1 for MC 1.9.4!
protected static final String VERSION = "v1.8.8.1";
//********************************* This is v1.8.9 for MC 1.9.4!
protected static final String VERSION = "v1.8.9";
protected static final String DEPENDENCIES = "required-after:Forge@[12.17.0.2051,)";
protected static final String UPDATEJSONURL = "https://www.github.com/Geforce132/SecurityCraft/raw/master/Updates/Forge.json";
@SidedProxy(clientSide = "net.geforcemods.securitycraft.network.ClientProxy", serverSide = "net.geforcemods.securitycraft.network.ServerProxy")
Expand Down
5 changes: 4 additions & 1 deletion Changelog v1.8.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
- New: The SC Manual now has a recipe (Book + Iron Bars)
- Fix: [1.12.2] Crash when using a Forge version that is too old. Instead, the game will now notify the user to update their Forge version
- Fix: [1.12.2] Blocks do not show up correctly in the SC Manual (Thanks supercat95!)
- Misc.: [1.7.10-1.8, 1.9.4-1.11.2] Using the recommended Forge build at minimum is now required
- Misc.: [1.7.10,1.8,1.11.2] Using the recommended Forge build at minimum is now required
- Misc.: [1.8.8/9] The minimum required Forge build is 11.15.0.1655
- Misc.: [1.9.4] The minimum required Forge build is now 12.17.0.2051
- Misc.: [1.12.2] The minimum required Forge build is now 14.23.3.2694

--------------------------Changelog for v1.8.8.1 of SecurityCraft--------------------------

Expand Down
8 changes: 4 additions & 4 deletions Updates/1.10.2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v1.8.8.1",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2624913/download",
"fileName": "[1.10.2] SecurityCraft v1.8.8.1",
"changelog": "Several new reinforced blocks, dozens of fixes and some small new features."
"version": "v1.8.9",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2630798/download",
"fileName": "[1.10.2] SecurityCraft v1.8.9",
"changelog": "Some QoL features and fixes."
}
8 changes: 4 additions & 4 deletions Updates/1.11.2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v1.8.8.1",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2624914/download",
"fileName": "[1.11.2] SecurityCraft v1.8.8.1",
"changelog": "Several new reinforced blocks, dozens of fixes and some small new features."
"version": "v1.8.9",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2630799/download",
"fileName": "[1.11.2] SecurityCraft v1.8.9",
"changelog": "Some QoL features and fixes."
}
8 changes: 4 additions & 4 deletions Updates/1.12.2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v1.8.8.1",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2624915/download",
"fileName": "[1.12.x] SecurityCraft v1.8.8.1",
"changelog": "Several new reinforced blocks, dozens of fixes and some small new features."
"version": "v1.8.9",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2630800/download",
"fileName": "[1.12.2] SecurityCraft v1.8.9",
"changelog": "Some QoL features and fixes."
}
8 changes: 4 additions & 4 deletions Updates/1.7.10.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v1.8.8.1",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2624909/download",
"fileName": "[1.7.10] SecurityCraft v1.8.8.1",
"changelog": "Several new reinforced blocks, dozens of fixes and some small new features."
"version": "v1.8.9",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2630794/download",
"fileName": "[1.7.10] SecurityCraft v1.8.9",
"changelog": "Some QoL features and fixes."
}
8 changes: 4 additions & 4 deletions Updates/1.8.8.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v1.8.8.1",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2624911/download",
"fileName": "[1.8.8_.9] SecurityCraft v1.8.8.1",
"changelog": "Several new reinforced blocks, dozens of fixes and some small new features."
"version": "v1.8.9",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2630796/download",
"fileName": "[1.8.8_.9] SecurityCraft v1.8.9",
"changelog": "Some QoL features and fixes."
}
8 changes: 4 additions & 4 deletions Updates/1.8.9.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v1.8.8.1.1",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2624911/download",
"fileName": "[1.8.8_.9] SecurityCraft v1.8.8.1.1",
"changelog": "Several new reinforced blocks, dozens of fixes and some small new features."
"version": "v1.8.9.1",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2630796/download",
"fileName": "[1.8.8_.9] SecurityCraft v1.8.9.1",
"changelog": "Some QoL features and fixes."
}
8 changes: 4 additions & 4 deletions Updates/1.8.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v1.8.8.1",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2624910/download",
"fileName": "[1.8] SecurityCraft v1.8.8.1",
"changelog": "Several new reinforced blocks, dozens of fixes and some small new features."
"version": "v1.8.9",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2630795/download",
"fileName": "[1.8] SecurityCraft v1.8.9",
"changelog": "Some QoL features and fixes."
}
8 changes: 4 additions & 4 deletions Updates/1.9.4.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v1.8.8.1",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2624912/download",
"fileName": "[1.9.4] SecurityCraft v1.8.8.1",
"changelog": "Several new reinforced blocks, dozens of fixes and some small new features."
"version": "v1.8.9",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2630797/download",
"fileName": "[1.9.4] SecurityCraft v1.8.9",
"changelog": "Some QoL features and fixes."
}
48 changes: 24 additions & 24 deletions Updates/Forge.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
{
"homepage": "https://minecraft.curseforge.com/projects/security-craft/",
"promos": {
"1.7.10-latest": "v1.8.8.1",
"1.7.10-recommended": "v1.8.8.1",
"1.8-latest": "v1.8.8.1",
"1.8-recommended": "v1.8.8.1",
"1.8.8-latest": "v1.8.8.1",
"1.8.8-recommended": "v1.8.8.1",
"1.8.9-latest": "v1.8.8.1",
"1.8.9-recommended": "v1.8.8.1",
"1.9.4-latest": "v1.8.8.1",
"1.9.4-recommended": "v1.8.8.1",
"1.10.2-latest": "v1.8.8.1",
"1.10.2-recommended": "v1.8.8.1",
"1.11.2-latest": "v1.8.8.1",
"1.11.2-recommended": "v1.8.8.1",
"1.7.10-latest": "v1.8.9",
"1.7.10-recommended": "v1.8.9",
"1.8-latest": "v1.8.9",
"1.8-recommended": "v1.8.9",
"1.8.8-latest": "v1.8.9",
"1.8.8-recommended": "v1.8.9",
"1.8.9-latest": "v1.8.9",
"1.8.9-recommended": "v1.8.9",
"1.9.4-latest": "v1.8.9",
"1.9.4-recommended": "v1.8.9",
"1.10.2-latest": "v1.8.9",
"1.10.2-recommended": "v1.8.9",
"1.11.2-latest": "v1.8.9",
"1.11.2-recommended": "v1.8.9",
"1.12-latest": "v1.8.8.1",
"1.12-recommended": "v1.8.8.1",
"1.12.1-latest": "v1.8.8.1",
"1.12.1-recommended": "v1.8.8.1",
"1.12.2-latest": "v1.8.8.1",
"1.12.2-recommended": "v1.8.8.1"
"1.12.2-latest": "v1.8.9",
"1.12.2-recommended": "v1.8.9"
},
"1.7.10": {
"v1.8.8.1": "Several new reinforced blocks, dozens of fixes and some small new features."
"v1.8.9": "Some QoL features and fixes."
},
"1.8": {
"v1.8.8.1": "Several new reinforced blocks, dozens of fixes and some small new features."
"v1.8.9": "Some QoL features and fixes."
},
"1.8.8": {
"v1.8.8.1": "Several new reinforced blocks, dozens of fixes and some small new features."
"v1.8.9": "Some QoL features and fixes."
},
"1.8.9": {
"v1.8.8.1": "Several new reinforced blocks, dozens of fixes and some small new features."
"v1.8.9": "Some QoL features and fixes."
},
"1.9.4": {
"v1.8.8.1": "Several new reinforced blocks, dozens of fixes and some small new features."
"v1.8.9": "Some QoL features and fixes."
},
"1.10.2": {
"v1.8.8.1": "Several new reinforced blocks, dozens of fixes and some small new features."
"v1.8.9": "Some QoL features and fixes."
},
"1.11.2": {
"v1.8.8.1": "Several new reinforced blocks, dozens of fixes and some small new features."
"v1.8.9": "Some QoL features and fixes."
},
"1.12": {
"v1.8.8.1": "Several new reinforced blocks, dozens of fixes and some small new features."
Expand All @@ -50,6 +50,6 @@
"v1.8.8.1": "Several new reinforced blocks, dozens of fixes and some small new features."
},
"1.12.2": {
"v1.8.8.1": "Several new reinforced blocks, dozens of fixes and some small new features."
"v1.8.9": "Some QoL features and fixes."
}
}
2 changes: 1 addition & 1 deletion Updates/Geffy.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"v1.8.8.1","betaVersion":"v1.7.4.1","betaVersionOf":"v1.7.4.1","betaDownloadLink":"hyperurl.co/SecurityCraft180Beta"}
{"version":"v1.8.9","betaVersion":"v1.7.4.1","betaVersionOf":"v1.7.4.1","betaDownloadLink":"hyperurl.co/SecurityCraft180Beta"}

0 comments on commit 3c4b154

Please sign in to comment.