Skip to content

Commit

Permalink
update release_info.json & changelog, 6.0.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Aug 8, 2024
1 parent 491df41 commit 11521c2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
8 changes: 5 additions & 3 deletions release_info.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}

0 comments on commit 11521c2

Please sign in to comment.