Skip to content

4.3.6 release (1.19.2)

Compare
Choose a tag to compare
@desht desht released this 17 Jul 17:15
· 70 commits to 1.19.2 since this release

Added

  • Added some new entity filter modifiers
    • "aquatic", "undead", "arthropod", "illager": all yes/no, e.g. "@living(aquatic=yes)"
    • "type_tag" to check for entity type tags as defined in datapacks, e.g. "@mob(type_tag=minecraft:skeletons)"
    • "entity_tag" to check for entity tags as added with the /tag command, e.g. "@player(entity_tag=marked_player)"
  • Added a couple of methods to prevent Aerial Interface usage by dimension or player
    • Configurable dimension blacklist: aerial_interface_dimension_blacklist in pneumaticcraft-common.toml
    • Check for an entity tag (see /tag command) on the player of pneumaticcraft:no_aerial_interface
  • Pressure Gauge Modules can now be toggled to a simple textual display by right-clicking with a wrench
    • Simpler display is less rendering work, good for gauges only used for redstone emission
    • Also useful to work around an Oculus bug which breaks Pressure Gauge module rendering

Fixed

  • Fixed another fluid dupe with fluid container items in Tanks
  • Fixed a bug in Jack Hammer air usage calculation