From b6af19711b205553f205a71dfae2543e55b865c4 Mon Sep 17 00:00:00 2001 From: Des Herriott Date: Tue, 10 Oct 2023 23:08:36 +0100 Subject: [PATCH] version -> 4.3.9, changelog updated --- Changelog.md | 15 +++++++++++++++ gradle.properties | 2 +- release_info.json | 4 +++- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 3e9322b90..99e333a48 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,21 @@ Changes are in reverse chronological order; newest changes at the top. # Minecraft 1.19.2 +## [4.3.9] + +### Added +* Added new area type for the Area progwidget (and Area GPS Tool): Torus + * Thanks @johalun + * P1 is assumed to be in the center of the torus + * When radially symmetric about the Y-axis, the distance between P1 and P2 in the X/Z plane makes the radius of the torus to the center of the tube and the distance in the Y plane makes the radius of the tube +* Added new "team" modifier for entity filters: checks if the entity is on the given scoreboard team + * E.g. `@player(team=team1)` matches players on team "team1" + +### Fixed +* When adding custom Heat Properties recipes, no longer require a mod matching the block's namespace to be loaded + * This allows blocks with custom namespaces to be registered, e.g. via KubeJS + * Existence of the block in the block registry is still checked for, of course + ## [4.3.8] ### Fixed diff --git a/gradle.properties b/gradle.properties index 67dd7655d..00761cb56 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ minecraft_version_range=[1.19.2,) mod_id=pneumaticcraft mod_version_massive=4 mod_version_major=3 -mod_version_minor=8 +mod_version_minor=9 curse_project_id=281849 modrinth_project_id=ncAcdgk7 diff --git a/release_info.json b/release_info.json index 8a45570e8..ca401b1b7 100644 --- a/release_info.json +++ b/release_info.json @@ -17,6 +17,8 @@ "1.19.2-4.3.4": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.19.2/Changelog.md#434", "1.19.2-4.3.5": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.19.2/Changelog.md#435", "1.19.2-4.3.6": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.19.2/Changelog.md#436", - "1.19.2-4.3.7": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.19.2/Changelog.md#437" + "1.19.2-4.3.7": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.19.2/Changelog.md#437", + "1.19.2-4.3.8": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.19.2/Changelog.md#438", + "1.19.2-4.3.9": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.19.2/Changelog.md#439" } }