Skip to content

New reinforced blocks, quality of life improvements, and fixes

Compare
Choose a tag to compare
@bl4ckscor3 bl4ckscor3 released this 31 Jul 21:08
· 702 commits to 1.18.2 since this release
  • New: Items can now be dragged from JEI into the Inventory Scanner's ghost slots
  • New: Several blocks now have a new Universal Block Modifier option to disable them
  • New: Blocks that have been linked to a Sonic Security System can now be seen and removed in the item's and block's screen
  • New: [1.12.2] The Sentry can now be deactivated by ICBM Classic's EMP blast. It can be reactivated by rightclicking it with redstone
  • New: [1.16.5-1.17.1] Reinforced sand has been added to the "minecraft:sand" tag
  • New: [1.16.5+] Item and block tag "securitycraft:reinforced/terracotta"
  • New: [1.17.1+] Some of SecurityCraft's blocks, items, and entities can now trigger sculk sensors
  • New: [1.18.2+] Several additions to minecraft's tags, including "minecraft:azalea_grows_on", "minecraft:sand", and "minecraft:terracotta"
  • New: [1.19+] Reinforced Blocks: Mangrove Planks, Mangrove Log, Stripped Mangrove Log, Stripped Mangrove Wood, Mangrove Wood, Mangrove Slab, Mangrove Stairs, Mangrove Button, Mangrove Pressure Plate, Mud, Packed Mud, Mud Bricks, Mud Brick Slab, Mud Brick Stairs, Mud Brick Wall, Ochre Froglight, Verdant Froglight, Pearlescent Froglight
  • New: [1.19+] Support for WTHIT, a fork of HWYLA
  • Change: Reduced the Rail Mine's explosion size by 25% to make it comparable to other mines' explosions
  • Change: Blocks that entities can intersect with, such as Laser and Inventory scanner fields, mines and the Cage Trap, now only trigger when the entity touches their bounding box
  • API: Added DisabledOption for having a default option to disable blocks
  • API: Added Option#getKey and Option#getDescriptionKey to easily access the language keys associated with an option
  • API: IEMPAffected has been added. It can be used to shut down select SecurityCraft blocks and entities when they're within range of an EMP blast
  • API: IEMPAffectedTE has been added as a default implementation for tile entities which want to implement IEMPAffected
  • Fix: [1.12.2] The default display name of some blocks is always "Customize"
  • Fix: [1.12.2] Crash with disguised blocks from before the state selector existed
  • Fix: [1.12.2] The Password-protected Chest sometimes doesn't open when there's an Allowlist Module installed
  • Fix: [1.16.5+] Water doesn't render correctly while a Sonic Security System is recording within the player's view
  • Fix: [1.16.5+] The reinforced stone pressure plate is not in SecurityCraft's "securitycraft:reinforced/pressure_plates" tag
  • Fix: [1.16.5+] Blocks disguised as a translucent block, like stained glass, don't show up properly
  • Fix: [1.16.5+] The SecurityCraft Manual shows the info for secret signs on the keycard page (Thanks cdgamedev!)