Skip to content

Commit

Permalink
version -> 8.0.2, changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Aug 8, 2024
1 parent 82d155e commit ac7c6da
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ Changes are in reverse chronological order; newest changes at the top.

# Minecraft 1.21

## [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

## [8.0.1]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ neogradle.subsystems.parchment.mappingsVersion=2024.07.07
#########################################################
mod_id=pneumaticcraft
archive_base_name=pneumaticcraft-repressurized
mod_version=8.0.1
mod_version=8.0.2
mod_name="PneumaticCraft: Repressurized"
mod_group_id=me.desht.pneumaticcraft
mod_license=GPL3
Expand Down

0 comments on commit ac7c6da

Please sign in to comment.