diff --git a/Changelog.md b/Changelog.md index 758823ab1..f996e3fec 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,12 @@ Changes are in reverse chronological order; newest changes at the top. # Minecraft 1.21.1 +## [8.2.2] + +### Fixed +* Fixed crash when encountering Reinforced Chests with invalid loot table NBT + * Shouldn't happen with new worldgen, but it appears some PNC village house worldgen with early 1.21 releases had some invalid NBT data + ## [8.2.1] ### Added diff --git a/gradle.properties b/gradle.properties index 1d8d50e46..013e1a84b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,7 +22,7 @@ parchment_mappings_version=2024.07.28 ######################################################### mod_id=pneumaticcraft archive_base_name=pneumaticcraft-repressurized -mod_version=8.2.1 +mod_version=8.2.2 mod_name="PneumaticCraft: Repressurized" mod_group_id=me.desht.pneumaticcraft mod_license=GPL3