Skip to content

Releases: TeamPneumatic/pnc-repressurized

8.0.2 beta release (MC 1.21)

08 Aug 22:04
Compare
Choose a tag to compare
Pre-release

[8.0.2]

Added

  • Forward-ported from 1.20.1 internal changes to Empty PCB items to make it possible for addon mods to add custom empty PCB's
    • UV Lightbox and Etching Tank now accept any item which extends EmptyPCBItem
    • Added EmptyPCBItem#getSuccessItem() and EmptyPCBItem#getFailedItem() which are used by the Etching Tank to determine the successful/failed etching outcomes

Fixed

  • Fixed some villager house worldgen issues
    • Fixed the Aphorism Tile being blank and the Display Table lacking a Pneumatic Wrench
    • Fixed (non-fatal) server error regarding an invalid resource location when the Reinforced Chest in a villager house is reloaded
  • Fixed Refinery crash under some circumstances (could not reproduce this myself; added some defensive code changes to hopefully make this impossible)

6.0.16 release (MC 1.20.1)

08 Aug 21:30
Compare
Choose a tag to compare

Added

  • Some internal changes to Empty PCB items to make it possible for addon mods to add custom empty PCB's
    • UV Lightbox and Etching Tank now accept any item which extends EmptyPCBItem
    • Added EmptyPCBItem#getSuccessItem() and EmptyPCBItem#getFailedItem() which are used by the Etching Tank to determine the successful/failed etching outcomes
  • Added some new item tags related to Compressed/Pneumatic armors
    • pneumaticcraft:armors/compressed_iron and pneumaticcraft:armors/pneumatic
    • Added all PneumaticCraft armor items to forge:armors/boots, forge:armors/leggings, etc.

Fixed

  • Fixed Shulker Boxes, Reinforced & Smart Chests from being able to be placed inside one another
  • Fixed Reinforced & Smart Chests not dropping their contents if broken with an unsuitable tool

8.0.1 beta release (MC 1.21)

05 Aug 21:20
Compare
Choose a tag to compare
Pre-release

Fixed

  • Fixed broken texturing for Compressed Armor items
  • Fixed Amadron ordering button not functioning
  • Fixed broken Heat Frame cooling recipes
  • Fixed Pneumatic Armor feature toggles not functioning
  • Fixed some drone pathfinding issues, in particular with Guard Drones unable to attack mobs on partial blocks like slabs or modded pipes
    • Made pathfinding a bit more lenient in general (drone has a looser idea of "close enough") - needs monitoring for potential side effects
  • Reduced height of Programmer GUI a little, avoid overlap with mods like JEI/EMI with a search textfield at bottom of screen

8.0.0 alpha release (MC 1.21)

31 Jul 21:30
Compare
Choose a tag to compare
Pre-release

Changed

  • Initial port to Minecraft 1.21, using NeoForge
  • Programmer GUI size is now dynamic, based on screen resolution
    • 75% of the screen width (allowing space for JEI etc.) and 95% of the screen height
  • Exported drone programs and remote layout JSONs are now formatted much more cleanly
    • This reflects a significant internal overhaul of how these objects are handled; specifically, using codecs to facilitate storage as data components
    • Old programs/layouts are still supported via a legacy conversion system, but programs/layouts written from 1.21+ will not load into older version of the mod

Added

  • Air Canister improvements
    • Doubled capacity of Reinforced Air Canisters
    • Added basic and reinforced Air Canister Arrays, with 4 times the storage of the item (crafted with 4 of the item)
    • Air Canisters (and arrays) can now charge other items in your inventory via switchable charging modes (none/held only/all inventory)
    • Note: Air Canisters don't charge pneumatic armor; use the chestplate with charging upgrades for that
  • Minigun improvements
    • Doubled the ammo capacity in config of all ammo types
    • Increased base damage in config from 4 to 6 (half-hearts per hit)
  • Added a Muffler Upgrade
    • One or more of these in noisy items and blocks (Miniguns, Sentry Turrents, Jackhammers, Jet Boots) quietens down the racket
    • Note that adjusting the volume of these items/blocks is still possible via client config
  • GPS Tool and Area GPS Tool now have quick coordinate adjusting without needing to open the GUI
    • Sneak and scroll the mouse-wheel while holding a tool to adjust the coordinate along the player's facing axis
    • For GPS Area Tool, sneak and right- or left-click in the air to set the coordinate which will be adjusted

7.0.3 release (MC 1.20.4)

11 Jul 12:58
Compare
Choose a tag to compare

Fixed

  • Fixed Programmable Controller GUI slot not functioning (putting a Drone or Network API into the slot did nothing)
  • Fixed Thermopneumatic Processing Plant recipes for Diesel->Kerosene->Gasoline->LPG cracking

7.0.2 release (MC 1.20.4)

02 Jul 07:19
Compare
Choose a tag to compare

Fixed

  • Fixed a problem with recipes that take an empty Small Fluid Tank not working correctly
    • Recipe wasn't distinguishing between "empty NBT tag" and "no NBT tag"

7.0.1 beta release (MC 1.20.4)

21 Jun 06:46
Compare
Choose a tag to compare
Pre-release

Fixed

  • Fixed up some of the "special" crafting recipes, which weren't showing in recipe display mods
    • Patchouli manual, drone colouring/upgrading, potion ammo crafting, one probe crafting
  • Fixed issues with Regulator Module, Air Grate Module & Vacuum Module not functioning after world reload
  • Fixed Amadron offers not always sync'ing correctly to client (specifically custom offers added via datapack/KJS)
    • Caused ArrayIndexOutOfBounds errors to be logged by client and tablet GUI not functioning correctly

7.0.0 alpha release (MC 1.20.4)

06 May 17:03
Compare
Choose a tag to compare
Pre-release

This release is built for Neoforge, and will not work on MinecraftForge!

[7.0.0]

Added

6.0.15 release (MC 1.20.1)

21 Apr 11:24
Compare
Choose a tag to compare

Added

  • Added Chunkloader Upgrade, which can be added to Drones to keep 1 or more chunks loaded around the Drone
    • Thanks @ozraru
    • This can be added to programmable Drones only, not the cheaper pre-programmed Drones

Fixed

  • Fixed Pneumatic Armor keybinds not always working after they are initially set up
  • Fixed some outdated manual text regarding Pressure Chamber Interface descriptions
  • Fixed Radiation Shielding Upgrade (for Mekanism radiation) recipe
  • Fixed Reach Distance armor upgrade not getting reset if Pneumatic Chestplate is removed
  • Fixed Drone redstone emission not working

v4.3.15: version -> 4.3.15, changelog updated

21 Apr 16:29
Compare
Choose a tag to compare

Added

  • Minimum pressure for the Pressurized Spawner is now configurable (default is 10 bar, as before)
    • See pressurized_spawner_min_pressure config setting in common config
  • Added Chunkloader Upgrade, which can be added to Drones to keep 1 or more chunks loaded around the Drone
    • Thanks @ozraru
    • This can be added to programmable Drones only, not the cheaper pre-programmed Drones

Fixed

  • Fixed Drone redstone emission not working
  • Fixed tag display in the Tag Workbench GUI getting cut off after a few rows