From d46fd989d3027e7d2cea94d577383f9eee4685e8 Mon Sep 17 00:00:00 2001 From: Des Herriott Date: Thu, 30 May 2024 11:20:41 +0100 Subject: [PATCH] version -> 7.0.1, changelog updated --- Changelog.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 34da2f798..9c680011d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,12 @@ Changes are in reverse chronological order; newest changes at the top. This release (and all future releases) is built for [Neoforge](https://neoforged.net/), and will _not_ work on [MinecraftForge](https://files.minecraftforge.net/)! +## [7.0.1] + +### 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 + ## [7.0.0] ### Added diff --git a/gradle.properties b/gradle.properties index e19ac3906..1347d70ae 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,7 +20,7 @@ pack_format_number=18 ######################################################### mod_id=pneumaticcraft archive_base_name=pneumaticcraft-repressurized -mod_version=7.0.0 +mod_version=7.0.1 mod_name="PneumaticCraft: Repressurized" mod_group_id=me.desht.pneumaticcraft mod_license=GPL3