Skip to content

Releases: TeamPneumatic/pnc-repressurized

8.2.8 release (MC 1.21.1)

31 Jan 15:47
Compare
Choose a tag to compare

Added

  • Aphorism Tile editor screen: pressing Ctrl-D now generates new drama, just for fun

Changed

  • Separated out the pneumaticcraft:hud_init sound into pneumaticcraft:hud_init, pneumaticcraft:minigun_warmup and pneumaticcraft:teleport_warmup
    • The three sounds still use hud_init.ogg by default as the sound file, but this allows better resource pack (sounds.json) configurability

Fixed

  • Fixed a bad fix to the fluid dupe bug supposedly fixed in 8.2.7
  • Fixed some Aphorism Tile drama sentence generation

6.0.20 release (MC 1.20.1)

31 Jan 15:58
Compare
Choose a tag to compare

Fixed

  • Fixed a fluid dupe issue

8.2.7 release (MC 1.21.1)

30 Jan 22:55
Compare
Choose a tag to compare

Added

  • Amadron Tablet now allows the same block to be used for both item and fluid purposes
    • The block must provide both item and fluid capabilities, of course
  • Added a "Clicked Side" option to the Dig progwidget
    • This is not important normally, but if using a multi-dig tool (e.g. Jackhammer in 3x3 mode), the side can be important
  • Added a "Place Random Blocks" option to the Place progwidget
    • When true, the drone will pick placeable block items at random from its inventory instead of just placing the first available block item

Fixed

  • Fixed a fluid dupe bug
  • Fixed items being voided if doing pressure enchanting/disenchanting with a full Pressure Chamber (the chamber has an 18-item capacity)
  • Fixed mobs spawned by the Pressurized Spawner getting the "defender" tag, making them impossible to absorb with the Vacuum Trap
  • Fixed a sync error for GPS Area tool using the Line area type (thanks @shBLOCK)
  • Fixed Drone & Programmable Controller inventories not reloading properly with Inventory Upgrades installed (thanks @shBLOCK)
  • Fixed Spawner Agitator tooltip when Apothic Spawners (formerly part of Apotheosis) is installed

6.0.19 release (MC 1.20.1)

24 Jan 08:31
Compare
Choose a tag to compare

Fixed

  • Fixed the Creative Compressor adjuster GUI not functioning correctly in some locales
  • Fixed crafting-related item dupe issue

8.2.6 release (MC 1.21.1)

01 Jan 09:23
Compare
Choose a tag to compare

Fixed

  • Fixed a client lockup when attempting to insert a Mekanism fluid tank into a PNC fluid tank GUI slot
    • Mekanism tanks can now be inserted, but note that they only support transferring one bucket of fluid at a time
  • Fixed pressing 'E' in an elevator GUI closing the screen, even when focused on the elevator naming textbox
  • QoL improvement for sneak-scrolling item modes (Jackhammer & Minigun)
    Sneak-scrolling now only does mode switch if you start the sneak while holding the item in question.
    • Allows scrolling through inventory easily if you start sneaking while holding something else, reducing the risk of accidentally doing a mode switch.
  • Fixed Minigun GUI ammo slot locking behaviour if your "pick block" key is bound to something other than the (vanilla default) middle mouse button
    • GUI side tab now also makes it clear which mouse button or key is used to lock/unlock minigun ammo slots
  • Updated tooltip on Spawner Agitator item to mention Apothic Spawners rather than Apotheosis, which has split into several modules in MC 1.21

7.0.4 release (MC 1.20.4)

28 Dec 12:16
Compare
Choose a tag to compare

Fixed

  • Don't allow Mekanism tanks to be placed in PNC tank GUI slots
    • Seems to lead to a client lockup. Ultimate cause undetermined and unlikely to be, given this is 1.20.4...

8.2.5 release (MC 1.21.1)

01 Dec 12:31
Compare
Choose a tag to compare

Changed

  • New API interface: SemiblockAccess allows semiblocks to be retrieved by level & blockpos
  • All PneumaticCraft entities (drones, semiblocks and other entities) are now blacklisted by default from being grabbable with the Carry On mod

Fixed

  • Only fluid container items which have a crafting remaining item can now be used to craft Speed Upgrades
    • Avoids problems with fluid tanks (e.g. Mekanism tanks) being consumed when crafting
  • Fixed the Creative Compressor adjuster GUI not functioning correctly in some locales
  • Fixed crafting-related item dupe issue

8.2.4 release (MC 1.21.1)

13 Nov 22:09
Compare
Choose a tag to compare

Added

  • Added integration for Fusion mod (as an alternative to CTM), thanks @Reabstraction
    • Pressure Chamber glass has connected textures if Fusion is present
    • Note: you need to activate "Fusion for PneumaticCraft" built-in resource pack (Options -> Resource Pack)
  • There is now a dense black fog effect rendered when player's head is in a Crude Oil fluid block

Fixed

  • Fixed a cross-mod compat issue which can lead to NPE's being thrown by the Spawner Agitator

6.0.18 release (MC 1.20.1)

16 Nov 12:39
Compare
Choose a tag to compare

Added

  • There is now a dense black fog effect rendered when player's head is in a Crude Oil fluid block

Fixed

  • Stopped the Pneumatic Armor Magnet upgrade working in spectator mode
  • 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)
  • Fixed a race condition when using Computercraft to control Air Cannons

8.2.3 release (MC 1.21.1)

02 Nov 09:32
Compare
Choose a tag to compare

Added

  • Added ja_jp translation, thanks @momo-i2

Fixed

  • Significantly reworked internals of semiblock tracking; should fix all issues encountered with "not overwriting existing semiblock" log messages
  • Fixed a couple of missing translations, and a couple of missing images/text in the manual
  • Fixed a crash when removing camouflage from an Elevator Base
  • Fixed removing camouflage from Heat Pipes not syncing to client immediately
  • Fixed some excessive network syncing for block entities displaying items (Charging Station/Programmer/Display Table...)