Skip to content

1.8.8 port, content update + fixes

Compare
Choose a tag to compare
@bl4ckscor3 bl4ckscor3 released this 02 Jun 06:51
· 4410 commits to 1.21 since this release

New: Protecto
New: Briefcase
New: Notification if player is banned from IRC
New: Information on how IRC works
New: Camera Monitor now shows how many cameras are bound to it
New: Added config option to configure camera speed when not using LookingGlass
New: All chat messages/item tooltips/GUI elements/config options etc. are now translateable
New: Added descriptions to all SecurityCraft config options
New: 1.7.10 updated to Forge v10.13.3.1420, 1.8 updated to Forge v11.14.3.1556
New: 1.8.8 port using Forge v11.15.0.1596
New: [1.8] Added support for Forge v11.14.3.1556+'s built-in update checker
New: GoogleDocs form to report crashes/bugs (see /sc bug)
New: Clickable links in the Trello and Patreon SecurityCraft tips, and for the new GoogleDocs form link in /sc bug
New: The admin tool now shows a "no info" message when right-clicking a block with no owner, password, or module inserted
New: Custom options for keypads, portable radars, and security cameras
New: Spam detection while using /sc contact will not allow users to send the same message more than two times consecutively
API: Added TileEntitySCTE.attacks(), which you can use to have an attack() method automatically called
API: Added Owner class which allows for easy access to player's names and UUIDs, with a few helpful methods as well
API: Added IPasswordProtected.onCodebreakerUsed() and IPasswordProtected.openPasswordGUI()
API: Added option, which allows you to add custom, "per-block" configuration values
API: Added INameable, which allows you to set a custom name for a specific TileEntity
API: General improvements
Change: Improved IRC messaging system
Change: Improved cracked client detection to automatically kick them from IRC
Change: Reinforced glass and reinforced glass panes drop after breaking again
Change: Camera monitors can now store up to 30 cameras when not using LookingGlass
Change: Camera selection GUI when not using LookingGlass
Change: Changed the name of some SecurityCraft files
Fix: Some messages and texts don't display correctly
Fix: Everyone connected to IRC from Minecraft gets kicked if a kick in the channel occurs
Fix: Crash occuring when mounted to a camera
Fix: Crash when mounting a camera which is directly under a block
Fix: Crash when trying to mount a non-existing camera
Fix: Crash with Inventory Scanner
Fix: Blocks can be broken when mounted to a camera
Fix: Security Cameras break when a block is placed next to them if they face north or west
Fix: Unbinding first bound Camera from Monitor denies access to all cameras bound afterwards
Fix: Waila shows "" while looking at a newly placed password-protected chest
Fix: [1.7.10] Cameras don't emit a redstone signal
Fix: [1.7.10] Monitors require a second right-click to display a camera's view (when using LookingGlass)
Fix: [1.8] Tasers are held incorrectly in 3rd person mode
Fix: [1.8] Security cameras and fake water/lava cause "Model definition for location securitycraft:X#Y not found" errors
Fix: [1.8] Inventory scanners don't accept storage modules
Removed: Some redundant/unused code