Skip to content

Commit

Permalink
version -> 4.3.9, changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Oct 10, 2023
1 parent 3021353 commit b6af197
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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

Expand Down
4 changes: 3 additions & 1 deletion release_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit b6af197

Please sign in to comment.