Skip to content

Commit

Permalink
version -> 6.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Sep 25, 2023
1 parent 50bc83a commit 14853ed
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ Changes are in reverse chronological order; newest changes at the top.

# Minecraft 1.20.1

## [6.0.8]

### Fixed
* Added missing manual page for the Reinforced Air Canister
* Fixed a client disconnect/crash when right-clicking certain Logistics frames with the Logistics Configurator
* Logistics Requester frames now round-robin requests more intelligently when multiple frames are requesting the same resource into their inventories
* Thanks @johalun
* Fixed Jackhammer not breaking blocks when Shift was held
* Correct behaviour is to break only the focused block (assuming the Jackhammer is in multiblock mode)
* Fixed Harvesting drone widget not recognising Bamboo as harvestable
* This 1.19.2 feature got missed in the port to 1.20
* Fixed Minigun basic ammo wrongly using the armor-piercing damage source
* Fixed Minigun damage sources have a null direct source entity (meaning the shooter couldn't be reliably identified for aggro or protection purposes)

## [6.0.7]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ minecraft_version_range=[1.20.1,)
mod_id=pneumaticcraft
mod_version_massive=6
mod_version_major=0
mod_version_minor=7
mod_version_minor=8
curse_project_id=281849
modrinth_project_id=ncAcdgk7

Expand Down
7 changes: 4 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.7",
"1.20.1-latest": "1.20.1-6.0.7"
"1.20.1-recommended": "1.20.1-6.0.8",
"1.20.1-latest": "1.20.1-6.0.8"
},
"1.20.1": {
"1.20.1-6.0.0": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#600",
Expand All @@ -12,6 +12,7 @@
"1.20.1-6.0.4": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#604",
"1.20.1-6.0.5": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#605",
"1.20.1-6.0.6": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#606",
"1.20.1-6.0.7": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#607"
"1.20.1-6.0.7": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#607",
"1.20.1-6.0.8": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#608"
}
}

0 comments on commit 14853ed

Please sign in to comment.