Skip to content

Commit

Permalink
version -> 6.0.5, changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Aug 21, 2023
1 parent 09e711d commit 422af85
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ Changes are in reverse chronological order; newest changes at the top.

# Minecraft 1.20.1

## [6.0.5]

### Changed
* Vortices from the Vortex Cannon can no longer affect the player's speed more often than every 10 ticks, by default
* Adjustable in common config; see `vortex_cannon_player_boost_rate`
* This limit was added since over-fast speed modifications can cause server performance issues

### Fixed
* Optimised block shape calculations a lot, meaning shorter mod startup time

## [6.0.4]

### Added
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=4
mod_version_minor=5
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,14 +1,15 @@
{
"homepage": "https://minecraft.curseforge.com/projects/pneumaticcraft-repressurized",
"promos": {
"1.20.1-recommended": "1.20.1-6.0.4",
"1.20.1-latest": "1.20.1-6.0.4"
"1.20.1-recommended": "1.20.1-6.0.5",
"1.20.1-latest": "1.20.1-6.0.5"
},
"1.20.1": {
"1.20.1-6.0.0": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#600",
"1.20.1-6.0.1": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#601",
"1.20.1-6.0.2": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#602",
"1.20.1-6.0.3": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#603",
"1.20.1-6.0.4": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#604"
"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"
}
}

0 comments on commit 422af85

Please sign in to comment.