Skip to content

Commit

Permalink
8.0.3 release, changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Aug 11, 2024
1 parent c79239f commit 0234e18
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@ Changes are in reverse chronological order; newest changes at the top.

## [8.0.3]

### Added
* Added `pneumaticcraft:logistics_frames` item tag, including the five types of Logistics Frame

### Fixed
* Fixed Compressed Iron and Pneumatic armor pieces not having durability or enchantability (oops)
* Disabled registration of Air Conditioning upgrade handler, since there's no current mod integration for it
* No need for pointless armor init messages about it
* Fixed Etching Tank not accepting etching acid (introduced in 8.0.2)
* Fixed client crash with Pneumatic Helmet block tracker and hacking
* Fixed drone Entity Import being able to pick up players in spectator mode
* Additionally, the `@player` entity filter no longer matches players in spectator mode

## [8.0.2]

Expand Down
5 changes: 3 additions & 2 deletions release_info.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"homepage": "https://minecraft.curseforge.com/projects/pneumaticcraft-repressurized",
"promos": {
"1.21-recommended": "1.21-8.0.2",
"1.21-latest": "1.21-8.0.2"
"1.21-recommended": "1.21-8.0.3",
"1.21-latest": "1.21-8.0.3"
},
"1.21": {
"1.21-8.0.3": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.21/Changelog.md#803",
"1.21-8.0.2": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.21/Changelog.md#802",
"1.21-8.0.1": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.21/Changelog.md#801",
"1.21-8.0.0": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.21/Changelog.md#800"
Expand Down

0 comments on commit 0234e18

Please sign in to comment.