From ac7c6daa1157ee5e795c2bab8a06c89f73926ffe Mon Sep 17 00:00:00 2001 From: Des Herriott Date: Thu, 8 Aug 2024 22:34:32 +0100 Subject: [PATCH] version -> 8.0.2, changelog updated --- Changelog.md | 12 ++++++++++++ gradle.properties | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 0c21dc62b..75ff8f74a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/gradle.properties b/gradle.properties index 680e7ce3c..eee0cc3fb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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