Skip to content

Commit

Permalink
update changelog and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckscor3 committed Feb 1, 2020
1 parent ead01e9 commit c631de5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Changelog v1.8.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sourceSets {
}

minecraft {
mappings channel: 'snapshot', version: '20191130-1.14.3'
mappings channel: 'snapshot', version: '20200109-1.14.3'

runs {
client {
Expand Down Expand Up @@ -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")],)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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='''
Expand Down

0 comments on commit c631de5

Please sign in to comment.