Skip to content

Commit

Permalink
version push
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckscor3 committed Nov 30, 2018
1 parent c4c301b commit faf5f95
Show file tree
Hide file tree
Showing 18 changed files with 73 additions and 73 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.9 for MC 1.10.2!
protected static final String VERSION = "v1.8.9";
//********************************* This is v1.8.10 for MC 1.10.2!
protected static final String VERSION = "v1.8.10";
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.9 for MC 1.11.2!
protected static final String VERSION = "v1.8.9";
//********************************* This is v1.8.10 for MC 1.11.2!
protected static final String VERSION = "v1.8.10";
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.9 for MC 1.12.2!
protected static final String VERSION = "v1.8.9";
//********************************* This is v1.8.10 for MC 1.12.2!
protected static final String VERSION = "v1.8.10";
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.9 for MC 1.7.10!
protected static final String VERSION = "v1.8.9";
//********************************* This is v1.8.10 for MC 1.7.10!
protected static final String VERSION = "v1.8.10";
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.9 for MC 1.8.8/9!
protected static final String VERSION = "v1.8.9";
//********************************* This is v1.8.10 for MC 1.8.8/9!
protected static final String VERSION = "v1.8.10";
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.9 for MC 1.8!
protected static final String VERSION = "v1.8.9";
//********************************* This is v1.8.10 for MC 1.8!
protected static final String VERSION = "v1.8.10";
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.9 for MC 1.9.4!
protected static final String VERSION = "v1.8.9";
//********************************* This is v1.8.10 for MC 1.9.4!
protected static final String VERSION = "v1.8.10";
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
4 changes: 2 additions & 2 deletions Changelog v1.8.x.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--------------------------Changelog for v1.8.? of SecurityCraft--------------------------
--------------------------Changelog for v1.8.10 of SecurityCraft--------------------------

- New: There is now a config option to allow players to claim blocks that do not have an owner. Only block with the owner "owner" and uuid "ownerUUID" will work (check with the Admin Tool)
- New: Config option to allow players to claim blocks that do not have an owner. Only blocks with the owner "owner" and uuid "ownerUUID" will work (check with the Admin Tool)
- Fix: SecurityCraft blocks can be destroyed by the Wither
- Fix: Typo in German localization
- Fix: Keybind localization does not work
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.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."
"version": "v1.8.10",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2642193/download",
"fileName": "[1.10.2] SecurityCraft v1.8.10",
"changelog": "Some 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.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."
"version": "v1.8.10",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2642190/download",
"fileName": "[1.11.2] SecurityCraft v1.8.10",
"changelog": "Some 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.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."
"version": "v1.8.10",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2642191/download",
"fileName": "[1.12.2] SecurityCraft v1.8.10",
"changelog": "Some 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.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."
"version": "v1.8.10",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2642186/download",
"fileName": "[1.7.10] SecurityCraft v1.8.10",
"changelog": "Some 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.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."
"version": "v1.8.10",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2642187/download",
"fileName": "[1.8.8_.9] SecurityCraft v1.8.10",
"changelog": "Some 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.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."
"version": "v1.8.10.1",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2642187/download",
"fileName": "[1.8.8_.9] SecurityCraft v1.8.10.1",
"changelog": "Some 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.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."
"version": "v1.8.10",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2642192/download",
"fileName": "[1.8] SecurityCraft v1.8.10",
"changelog": "Some 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.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."
"version": "v1.8.10",
"downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2642188/download",
"fileName": "[1.9.4] SecurityCraft v1.8.10",
"changelog": "Some 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.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.7.10-latest": "v1.8.10",
"1.7.10-recommended": "v1.8.10",
"1.8-latest": "v1.8.10",
"1.8-recommended": "v1.8.10",
"1.8.8-latest": "v1.8.10",
"1.8.8-recommended": "v1.8.10",
"1.8.9-latest": "v1.8.10",
"1.8.9-recommended": "v1.8.10",
"1.9.4-latest": "v1.8.10",
"1.9.4-recommended": "v1.8.10",
"1.10.2-latest": "v1.8.10",
"1.10.2-recommended": "v1.8.10",
"1.11.2-latest": "v1.8.10",
"1.11.2-recommended": "v1.8.10",
"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.9",
"1.12.2-recommended": "v1.8.9"
"1.12.2-latest": "v1.8.10",
"1.12.2-recommended": "v1.8.10"
},
"1.7.10": {
"v1.8.9": "Some QoL features and fixes."
"v1.8.10": "Some fixes."
},
"1.8": {
"v1.8.9": "Some QoL features and fixes."
"v1.8.10": "Some fixes."
},
"1.8.8": {
"v1.8.9": "Some QoL features and fixes."
"v1.8.10": "Some fixes."
},
"1.8.9": {
"v1.8.9": "Some QoL features and fixes."
"v1.8.10": "Some fixes."
},
"1.9.4": {
"v1.8.9": "Some QoL features and fixes."
"v1.8.10": "Some fixes."
},
"1.10.2": {
"v1.8.9": "Some QoL features and fixes."
"v1.8.10": "Some fixes."
},
"1.11.2": {
"v1.8.9": "Some QoL features and fixes."
"v1.8.10": "Some 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.9": "Some QoL features and fixes."
"v1.8.10": "Some 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.9","betaVersion":"v1.7.4.1","betaVersionOf":"v1.7.4.1","betaDownloadLink":"hyperurl.co/SecurityCraft180Beta"}
{"version":"v1.8.10","betaVersion":"v1.7.4.1","betaVersionOf":"v1.7.4.1","betaDownloadLink":"hyperurl.co/SecurityCraft180Beta"}

0 comments on commit faf5f95

Please sign in to comment.