From 086a93880048db2e131fd0240b2219c5bc3044f2 Mon Sep 17 00:00:00 2001 From: bl4ckscor3 Date: Wed, 31 Jan 2018 20:58:43 +0100 Subject: [PATCH] increase version | update update files --- .../securitycraft/SecurityCraft.java | 4 +- .../securitycraft/SecurityCraft.java | 4 +- .../securitycraft/SecurityCraft.java | 4 +- .../securitycraft/SecurityCraft.java | 4 +- .../securitycraft/SecurityCraft.java | 4 +- .../securitycraft/SecurityCraft.java | 4 +- Changelog v1.8.x.md | 2 +- Updates/1.10.2.json | 7 ++- Updates/1.11.2.json | 7 ++- Updates/1.12.1.json | 7 ++- Updates/1.12.2.json | 7 ++- Updates/1.12.json | 7 ++- Updates/1.7.10.json | 7 ++- Updates/1.8.8.json | 7 ++- Updates/1.8.9.json | 7 ++- Updates/1.8.json | 7 ++- Updates/Forge.json | 54 +++++++++---------- Updates/Geffy.json | 2 +- 18 files changed, 95 insertions(+), 50 deletions(-) diff --git a/1.10.2/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java b/1.10.2/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java index 4234f3ca2a..f64b7c6dd6 100644 --- a/1.10.2/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java +++ b/1.10.2/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java @@ -39,8 +39,8 @@ public class SecurityCraft { public static boolean debug; public static final String MODID = "securitycraft"; private static final String MOTU = "Finally! Cameras!"; - //TODO ********************************* This is v1.8.3 for MC 1.10.2! - protected static final String VERSION = "v1.8.3"; + //TODO ********************************* This is v1.8.4 for MC 1.10.2! + protected static final String VERSION = "v1.8.4"; 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") diff --git a/1.11.2/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java b/1.11.2/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java index 1fdafbfcb7..292a617085 100644 --- a/1.11.2/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java +++ b/1.11.2/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java @@ -39,8 +39,8 @@ public class SecurityCraft { public static boolean debug; public static final String MODID = "securitycraft"; private static final String MOTU = "Finally! Cameras!"; - //TODO ********************************* This is v1.8.3 for MC 1.11.2! - protected static final String VERSION = "v1.8.3"; + //TODO ********************************* This is v1.8.4 for MC 1.11.2! + protected static final String VERSION = "v1.8.4"; protected static final String DEPENDENCIES = "required-after:forge@[13.20.0.2228,)"; 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") diff --git a/1.12.2/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java b/1.12.2/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java index bd7d4f43a0..b3b7d50f83 100644 --- a/1.12.2/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java +++ b/1.12.2/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java @@ -39,8 +39,8 @@ public class SecurityCraft { public static boolean debug; public static final String MODID = "securitycraft"; private static final String MOTU = "Finally! Cameras!"; - //TODO ********************************* This is v1.8.3 for MC 1.12.2! - protected static final String VERSION = "v1.8.3"; + //TODO ********************************* This is v1.8.4 for MC 1.12.2! + protected static final String VERSION = "v1.8.4"; protected static final String DEPENDENCIES = "required-after:forge@[14.21.1.2387,)"; 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") diff --git a/1.7.10/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java b/1.7.10/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java index 0a4ba85659..327c825aab 100644 --- a/1.7.10/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java +++ b/1.7.10/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java @@ -45,8 +45,8 @@ public class SecurityCraft public static boolean debug; public static final String MODID = "securitycraft"; private static final String MOTU = "Finally! Cameras!"; - //TODO ********************************* This is v1.8.3 for MC 1.7.10! - protected static final String VERSION = "v1.8.3"; + //TODO ********************************* This is v1.8.4 for MC 1.7.10! + protected static final String VERSION = "v1.8.4"; protected static final String DEPENDENCIES = "required-after:Forge@[10.13.3.1420,);after:LookingGlass@[0.2.0.01,);"; @SidedProxy(clientSide = "net.geforcemods.securitycraft.network.ClientProxy", serverSide = "net.geforcemods.securitycraft.network.ServerProxy") public static ServerProxy serverProxy; diff --git a/1.8.9/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java b/1.8.9/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java index 801e61988c..af4df7a6f6 100644 --- a/1.8.9/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java +++ b/1.8.9/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java @@ -37,8 +37,8 @@ public class SecurityCraft { public static boolean debuggingMode; public static final String MODID = "securitycraft"; private static final String MOTU = "Finally! Cameras!"; - //TODO ********************************* This is v1.8.3 for MC 1.8.8/9! - protected static final String VERSION = "v1.8.3"; + //TODO ********************************* This is v1.8.4 for MC 1.8.8/9! + protected static final String VERSION = "v1.8.4"; protected static final String DEPENDENCIES = "required-after:Forge@[11.15.0.1655,)"; 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") diff --git a/1.8/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java b/1.8/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java index cd47782530..162d8594b9 100644 --- a/1.8/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java +++ b/1.8/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java @@ -37,8 +37,8 @@ public class SecurityCraft { public static boolean debug; public static final String MODID = "securitycraft"; private static final String MOTU = "Finally! Cameras!"; - //TODO ********************************* This is v1.8.3 for MC 1.8! - protected static final String VERSION = "v1.8.3"; + //TODO ********************************* This is v1.8.4 for MC 1.8! + protected static final String VERSION = "v1.8.4"; protected static final String DEPENDENCIES = "required-after:Forge@[11.14.3.1556,)"; 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") diff --git a/Changelog v1.8.x.md b/Changelog v1.8.x.md index ce56eaf307..3636077acd 100644 --- a/Changelog v1.8.x.md +++ b/Changelog v1.8.x.md @@ -1,4 +1,4 @@ ---------------------------Changelog for v1.? of SecurityCraft-------------------------- +--------------------------Changelog for v1.8.4 of SecurityCraft-------------------------- - New: Inventory Scanners can now be configured to have a higher range, similar to Laser Blocks - Change: Password-protected blocks no longer have a crafting recipe. Instead, rightclick a Frame/Chest/Furnace with a Key Panel to create them (any contents are safe!) diff --git a/Updates/1.10.2.json b/Updates/1.10.2.json index 8c60b6ffe4..b773867112 100644 --- a/Updates/1.10.2.json +++ b/Updates/1.10.2.json @@ -1 +1,6 @@ -{"version":"v1.8.3","downloadURL":"https://minecraft.curseforge.com/projects/security-craft/files/2513612/download","fileName":"[1.10.2] SecurityCraft v1.8.3","changelog":"Another revision of the Security Camera update! New reinforced blocks and Sponge incompatibility fixes!"} +{ + "version": "v1.8.4", + "downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2526475/download", + "fileName": "[1.10.2] SecurityCraft v1.8.4", + "changelog": "Another revision of the Security Camera update! Tons of fixes and configurable Inventory Scanner range!" +} diff --git a/Updates/1.11.2.json b/Updates/1.11.2.json index 3e7c47a784..38c17ad81a 100644 --- a/Updates/1.11.2.json +++ b/Updates/1.11.2.json @@ -1 +1,6 @@ -{"version":"v1.8.3","downloadURL":"https://minecraft.curseforge.com/projects/security-craft/files/2512764/download","fileName":"[1.11.2] SecurityCraft v1.8.3","changelog":"Another revision of the Security Camera update! New reinforced blocks and Sponge incompatibility fixes!"} +{ + "version": "v1.8.4", + "downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2526476/download", + "fileName": "[1.11.2] SecurityCraft v1.8.4", + "changelog": "Another revision of the Security Camera update! Tons of fixes and configurable Inventory Scanner range!" +} diff --git a/Updates/1.12.1.json b/Updates/1.12.1.json index b682f9da01..d4bc1ece1d 100644 --- a/Updates/1.12.1.json +++ b/Updates/1.12.1.json @@ -1 +1,6 @@ -{"version":"v1.8.3","downloadURL":"https://minecraft.curseforge.com/projects/security-craft/files/2512765/download","fileName":"[1.12.x] SecurityCraft v1.8.3","changelog":"Another revision of the Security Camera update! New reinforced blocks and Sponge incompatibility fixes!"} +{ + "version": "v1.8.4", + "downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2526477/download", + "fileName": "[1.12.x] SecurityCraft v1.8.4", + "changelog": "Another revision of the Security Camera update! Tons of fixes and configurable Inventory Scanner range!" +} diff --git a/Updates/1.12.2.json b/Updates/1.12.2.json index b682f9da01..d4bc1ece1d 100644 --- a/Updates/1.12.2.json +++ b/Updates/1.12.2.json @@ -1 +1,6 @@ -{"version":"v1.8.3","downloadURL":"https://minecraft.curseforge.com/projects/security-craft/files/2512765/download","fileName":"[1.12.x] SecurityCraft v1.8.3","changelog":"Another revision of the Security Camera update! New reinforced blocks and Sponge incompatibility fixes!"} +{ + "version": "v1.8.4", + "downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2526477/download", + "fileName": "[1.12.x] SecurityCraft v1.8.4", + "changelog": "Another revision of the Security Camera update! Tons of fixes and configurable Inventory Scanner range!" +} diff --git a/Updates/1.12.json b/Updates/1.12.json index b682f9da01..d4bc1ece1d 100644 --- a/Updates/1.12.json +++ b/Updates/1.12.json @@ -1 +1,6 @@ -{"version":"v1.8.3","downloadURL":"https://minecraft.curseforge.com/projects/security-craft/files/2512765/download","fileName":"[1.12.x] SecurityCraft v1.8.3","changelog":"Another revision of the Security Camera update! New reinforced blocks and Sponge incompatibility fixes!"} +{ + "version": "v1.8.4", + "downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2526477/download", + "fileName": "[1.12.x] SecurityCraft v1.8.4", + "changelog": "Another revision of the Security Camera update! Tons of fixes and configurable Inventory Scanner range!" +} diff --git a/Updates/1.7.10.json b/Updates/1.7.10.json index e7b400e758..5d1fc87088 100644 --- a/Updates/1.7.10.json +++ b/Updates/1.7.10.json @@ -1 +1,6 @@ -{"version":"v1.8.3","downloadURL":"https://minecraft.curseforge.com/projects/security-craft/files/2512686/download","fileName":"[1.7.10] SecurityCraft v1.8.3","changelog":"Another revision of the Security Camera update! New reinforced blocks and Sponge incompatibility fixes!"} +{ + "version": "v1.8.4", + "downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2526472/download", + "fileName": "[1.7.10] SecurityCraft v1.8.4", + "changelog": "Another revision of the Security Camera update! Tons of fixes and configurable Inventory Scanner range!" +} diff --git a/Updates/1.8.8.json b/Updates/1.8.8.json index ab02dfebf2..3310cf3a06 100644 --- a/Updates/1.8.8.json +++ b/Updates/1.8.8.json @@ -1 +1,6 @@ -{"version":"v1.8.3","downloadURL":"https://minecraft.curseforge.com/projects/security-craft/files/2512688/download","fileName":"[1.8.8_.9] SecurityCraft v1.8.3","changelog":"Another revision of the Security Camera update! New reinforced blocks and Sponge incompatibility fixes!"} +{ + "version": "v1.8.4", + "downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2526474/download", + "fileName": "[1.8.8_.9] SecurityCraft v1.8.4", + "changelog": "Another revision of the Security Camera update! Tons of fixes and configurable Inventory Scanner range!" +} diff --git a/Updates/1.8.9.json b/Updates/1.8.9.json index ab02dfebf2..3310cf3a06 100644 --- a/Updates/1.8.9.json +++ b/Updates/1.8.9.json @@ -1 +1,6 @@ -{"version":"v1.8.3","downloadURL":"https://minecraft.curseforge.com/projects/security-craft/files/2512688/download","fileName":"[1.8.8_.9] SecurityCraft v1.8.3","changelog":"Another revision of the Security Camera update! New reinforced blocks and Sponge incompatibility fixes!"} +{ + "version": "v1.8.4", + "downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2526474/download", + "fileName": "[1.8.8_.9] SecurityCraft v1.8.4", + "changelog": "Another revision of the Security Camera update! Tons of fixes and configurable Inventory Scanner range!" +} diff --git a/Updates/1.8.json b/Updates/1.8.json index 0f66478372..66cdca9f20 100644 --- a/Updates/1.8.json +++ b/Updates/1.8.json @@ -1 +1,6 @@ -{"version":"v1.8.3","downloadURL":"https://minecraft.curseforge.com/projects/security-craft/files/2512687/download","fileName":"[1.8] SecurityCraft v1.8.3","changelog":"Another revision of the Security Camera update! New reinforced blocks and Sponge incompatibility fixes!"} +{ + "version": "v1.8.4", + "downloadURL": "https://minecraft.curseforge.com/projects/security-craft/files/2526473/download", + "fileName": "[1.8] SecurityCraft v1.8.4", + "changelog": "Another revision of the Security Camera update! Tons of fixes and configurable Inventory Scanner range!" +} diff --git a/Updates/Forge.json b/Updates/Forge.json index 68b3dcb62a..8f22e1eabe 100644 --- a/Updates/Forge.json +++ b/Updates/Forge.json @@ -1,50 +1,50 @@ { "homepage": "https://minecraft.curseforge.com/projects/security-craft/files", "promos": { - "1.7.10-latest": "v1.8.3", - "1.7.10-recommended": "v1.8.3", - "1.8-latest": "v1.8.3", - "1.8-recommended": "v1.8.3", - "1.8.8-latest": "v1.8.3", - "1.8.8-recommended": "v1.8.3", - "1.8.9-latest": "v1.8.3", - "1.8.9-recommended": "v1.8.3", - "1.10.2-latest": "v1.8.3", - "1.10.2-recommended": "v1.8.3", - "1.11.2-latest": "v1.8.3", - "1.11.2-recommended": "v1.8.3", - "1.12-latest": "v1.8.3", - "1.12-recommended": "v1.8.3", - "1.12.1-latest": "v1.8.3", - "1.12.1-recommended": "v1.8.3", - "1.12.2-latest": "v1.8.3", - "1.12.2-recommended": "v1.8.3" + "1.7.10-latest": "v1.8.4", + "1.7.10-recommended": "v1.8.4", + "1.8-latest": "v1.8.4", + "1.8-recommended": "v1.8.4", + "1.8.8-latest": "v1.8.4", + "1.8.8-recommended": "v1.8.4", + "1.8.9-latest": "v1.8.4", + "1.8.9-recommended": "v1.8.4", + "1.10.2-latest": "v1.8.4", + "1.10.2-recommended": "v1.8.4", + "1.11.2-latest": "v1.8.4", + "1.11.2-recommended": "v1.8.4", + "1.12-latest": "v1.8.4", + "1.12-recommended": "v1.8.4", + "1.12.1-latest": "v1.8.4", + "1.12.1-recommended": "v1.8.4", + "1.12.2-latest": "v1.8.4", + "1.12.2-recommended": "v1.8.4" }, "1.7.10": { - "v1.8.3": "Another revision of the Security Camera update! New reinforced blocks and Sponge incompatibility fixes!" + "v1.8.4": "Another revision of the Security Camera update! Tons of fixes and configurable Inventory Scanner range!" }, "1.8": { - "v1.8.3": "Another revision of the Security Camera update! New reinforced blocks and Sponge incompatibility fixes!" + "v1.8.4": "Another revision of the Security Camera update! Tons of fixes and configurable Inventory Scanner range!" }, "1.8.8": { - "v1.8.3": "Another revision of the Security Camera update! New reinforced blocks and Sponge incompatibility fixes!" + "v1.8.4": "Another revision of the Security Camera update! Tons of fixes and configurable Inventory Scanner range!" }, "1.8.9": { - "v1.8.3": "Another revision of the Security Camera update! New reinforced blocks and Sponge incompatibility fixes!" + "v1.8.4": "Another revision of the Security Camera update! Tons of fixes and configurable Inventory Scanner range!" }, "1.10.2": { - "v1.8.3": "Another revision of the Security Camera update! New reinforced blocks and Sponge incompatibility fixes!" + "v1.8.4": "Another revision of the Security Camera update! Tons of fixes and configurable Inventory Scanner range!" }, "1.11.2": { - "v1.8.3": "Another revision of the Security Camera update! New reinforced blocks and Sponge incompatibility fixes!" + "v1.8.4": "Another revision of the Security Camera update! Tons of fixes and configurable Inventory Scanner range!" }, "1.12": { - "v1.8.3": "Another revision of the Security Camera update! New reinforced blocks and Sponge incompatibility fixes!" + "v1.8.4": "Another revision of the Security Camera update! Tons of fixes and configurable Inventory Scanner range!" }, "1.12.1": { - "v1.8.3": "Another revision of the Security Camera update! New reinforced blocks and Sponge incompatibility fixes!" + "v1.8.4": "Another revision of the Security Camera update! Tons of fixes and configurable Inventory Scanner range!" }, "1.12.2": { - "v1.8.3": "Another revision of the Security Camera update! New reinforced blocks and Sponge incompatibility fixes!" + "v1.8.4": "Another revision of the Security Camera update! Tons of fixes and configurable Inventory Scanner range!" } } \ No newline at end of file diff --git a/Updates/Geffy.json b/Updates/Geffy.json index 5939b5bce2..5c10e1c3ac 100644 --- a/Updates/Geffy.json +++ b/Updates/Geffy.json @@ -1 +1 @@ -{"version":"v1.8.3","betaVersion":"v1.7.4.1","betaVersionOf":"v1.7.4.1","betaDownloadLink":"hyperurl.co/SecurityCraft180Beta"} +{"version":"v1.8.4","betaVersion":"v1.7.4.1","betaVersionOf":"v1.7.4.1","betaDownloadLink":"hyperurl.co/SecurityCraft180Beta"}