From 11521c230f43543b3a59cd101b21c552b446acc6 Mon Sep 17 00:00:00 2001 From: Des Herriott Date: Thu, 8 Aug 2024 22:20:15 +0100 Subject: [PATCH] update release_info.json & changelog, 6.0.16 release --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- Changelog.md | 7 +++++++ release_info.json | 8 +++++--- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c20c128cb..eaf213753 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: - name: Set up mod metadata id: mod_meta run: | - echo mc_version=$(grep ^minecraft_version ./gradle.properties | cut -d= -f2) >> $GITHUB_OUTPUT + echo mc_version=$(grep ^minecraft_version= ./gradle.properties | cut -d= -f2) >> $GITHUB_OUTPUT - name: Build JAR and Publish to Modmaven uses: gradle/gradle-build-action@v2 env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f92ab2ca5..e6d9e62f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: id: mod_meta run: | echo mod_version=$(grep ^mod_version_ ./gradle.properties | cut -d= -f2 | tr '\012' '.' | sed -e 's/\.$//') >> $GITHUB_OUTPUT - echo mc_version=$(grep ^minecraft_version ./gradle.properties | cut -d= -f2) >> $GITHUB_OUTPUT + echo mc_version=$(grep ^minecraft_version= ./gradle.properties | cut -d= -f2) >> $GITHUB_OUTPUT - name: Publish to Modmaven uses: gradle/gradle-build-action@v2 env: diff --git a/Changelog.md b/Changelog.md index 090ef8f51..f1b9bbd40 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,6 +12,13 @@ Changes are in reverse chronological order; newest changes at the top. * Some 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 +* Added some new item tags related to Compressed/Pneumatic armors + * `pneumaticcraft:armors/compressed_iron` and `pneumaticcraft:armors/pneumatic` + * Added all PneumaticCraft armor items to `forge:armors/boots`, `forge:armors/leggings`, etc. + +### Fixed +* Fixed Shulker Boxes, Reinforced & Smart Chests from being able to be placed inside one another +* Fixed Reinforced & Smart Chests not dropping their contents if broken with an unsuitable tool ## [6.0.15] diff --git a/release_info.json b/release_info.json index b496e4f79..2ff8c0898 100644 --- a/release_info.json +++ b/release_info.json @@ -1,8 +1,8 @@ { "homepage": "https://minecraft.curseforge.com/projects/pneumaticcraft-repressurized", "promos": { - "1.20.1-recommended": "1.20.1-6.0.14", - "1.20.1-latest": "1.20.1-6.0.14" + "1.20.1-recommended": "1.20.1-6.0.16", + "1.20.1-latest": "1.20.1-6.0.16" }, "1.20.1": { "1.20.1-6.0.0": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#600", @@ -19,6 +19,8 @@ "1.20.1-6.0.11": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#6011", "1.20.1-6.0.12": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#6012", "1.20.1-6.0.13": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#6013", - "1.20.1-6.0.14": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#6014" + "1.20.1-6.0.14": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#6014", + "1.20.1-6.0.15": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#6015", + "1.20.1-6.0.16": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#6016" } }