Skip to content

8.2.0 release (MC 1.21.1)

Compare
Choose a tag to compare
@desht desht released this 20 Oct 09:09
· 64 commits to 1.21 since this release

Added

  • Added two new config settings to allow increasing Pneumatic Armor Scuba upgrade air usage as depth below sea level increases
    • scuba_min_air_usage_increase_depth: minimum depth below sea level before air usage starts to increase
    • scuba_air_usage_per_block_depth: extra air usage over the default (see existing scuba_multiplier setting) per block below the threshold depth
    • Default is no air usage increase, as before
  • Added item tags to allow pack makers to blacklist specific upgrades from upgradeable items:
  • Added FTB Teams support for entity filtering (e.g. in Sentry Turrets, Drones etc.)
    • @player(ftbteam=<uuid>) and @player(ftbteam=short-name) match players in the FTB Teams team of the given UUID or short name
    • Other modifiers are ftbteam_officer, ftbteam_owner, ftbteam_ally which match players of at least that rank, and ftbteam_enemy which matches players marked as enemies of that team

Changed

  • Rearranged Sentry Turret GUI a little to provide more horizontal space for the entity filter

Fixed

  • Fixed a race condition when using Computercraft to control Air Cannons
  • Drones no longer drop items with Vanishing Curse when they die
    • Exception: such items will still be dropped if the drone is wrenched by the owning player (and only the owning player)
  • Show a Programmer error when condition progwidgets have branches on both right and left (true & false), and also a widget connected below
    • The below path will never be followed in this case, so this indicates a mistake in the program
  • Fixed a capability caching bug when rotating the Liquid Hopper's input or output
  • Fixed Security Upgrades in machines not being taken account of on world reload
  • Fixed Entity Tracker upgrades not working in Ominidirectional Hopper to interface with entity inventories
  • Fixed Drone crafting widgets causing crashes for some recipes sizes