diff --git a/Changelog v1.8.x.md b/Changelog v1.8.x.md index 4b37dbfaa5..0eba8f038a 100644 --- a/Changelog v1.8.x.md +++ b/Changelog v1.8.x.md @@ -4,8 +4,8 @@ - New: The Alarm now has an option to set the range of blocks that it can be heard in (0-100) - New: The Cage Trap can now be disguised - New: The SC Manual now shows available options and modules for customizable blocks +- New: French translation (Thanks marminot!) - Change: Additionally to sneak-rightclicking, sentries can now also be removed using the Universal Block Remover -- Change: Updated some help descriptions (Thanks supercat95!) - Change: The powered taser now inflicts one heart of damage instead of half a heart - Fix: JEI error on startup - Fix: Players other than the one mounted to a camera can take screenshots or otherwhise interact with the camera @@ -23,7 +23,7 @@ - Fix: Key names are not localized properly in camera UI - Fix: Reinforced Stairs cannot be placed as expected - Fix: Reinforced Slabs cannot be placed as expected -- Fix: Various language fixes +- Fix: Various language fixes and updates (Thanks supercat95 and Redstone_Dubstep!) - Fix: Removing a laser (block) may sometimes break lasers that shouldn't be broken - Fix: Various mines do not ignore their owner - Fix: Sentry can be placed in the same block space as other blocks diff --git a/build.gradle b/build.gradle index 1bb02d8a46..f54d02756d 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ sourceSets { } minecraft { - mappings channel: 'snapshot', version: '20191130-1.14.3' + mappings channel: 'snapshot', version: '20200109-1.14.3' runs { client { @@ -117,9 +117,9 @@ jar { manifest { attributes(["Specification-Title": "SecurityCraft", "Specification-Vendor": "Geforce, bl4ckscor3", - "Specification-Version": "v1.8.15", + "Specification-Version": "v1.8.16", "Implementation-Title": "SecurityCraft", - "Implementation-Version": "v1.8.15", + "Implementation-Version": "v1.8.16", "Implementation-Vendor" :"Geforce, bl4ckscor3", "Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")],) } diff --git a/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java b/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java index a0633ec308..8ea560dea2 100644 --- a/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java +++ b/src/main/java/net/geforcemods/securitycraft/SecurityCraft.java @@ -44,8 +44,8 @@ @EventBusSubscriber(modid=SecurityCraft.MODID, bus=Bus.MOD) public class SecurityCraft { public static final String MODID = "securitycraft"; - //********************************* This is v1.8.15 for MC 1.14.4! - protected static final String VERSION = "v1.8.15"; + //********************************* This is v1.8.16 for MC 1.14.4! + protected static final String VERSION = "v1.8.16"; public static IProxy proxy = DistExecutor.runForDist(() -> () -> new ClientProxy(), () -> () -> new ServerProxy()); public static SecurityCraft instance; public static final String PROTOCOL_VERSION = "1.0"; diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index aaf801245a..c9a907dcd3 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -8,7 +8,7 @@ authors="Geforce132, bl4ckscor3" [[mods]] #mandatory modId="securitycraft" #mandatory -version="v1.8.15" #mandatory +version="v1.8.16" #mandatory displayName="SecurityCraft" #mandatory updateJSONURL="https://www.github.com/Geforce132/SecurityCraft/raw/master/Updates/Forge.json" description='''