Skip to content

Commit

Permalink
version -> 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Dec 5, 2022
1 parent 4f48a13 commit 5943487
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
13 changes: 12 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,18 @@ Changes are in reverse chronological order; newest changes at the top.
* PNC:R 3.2.3 and later *require* Forge 40.1.20 or later
* PNC:R 3.2.0 and later *require* Forge 40.1.0 or later and JEI 9.7.0 or later

## 3.4.3 (18 Sep 2022)
## 3.4.4

### Updates
* Entities spawned by a Pressurized Spawner now have a `pneumaticcraft:pressurized_spawner` persistent entity tag
* May be useful to identify them with mods like KubeJS

### Fixes
* Jetboots sounds and particles now play properly to nearby players on SMP
* Fixed potentially severe server TPS hit in Security Station checking for blocks in unloaded chunks
* Unlikely to occur as part of normal player interaction, but automation mods like Modular Routers and others can trigger it

## 3.4.3

### Fixes
* Fixed potential crash when calculating loot tables for certain modded blocks when dug by drones
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.daemon=false
# Minecraft versions
#########################################################
mc_version=1.18.2
forge_version=40.1.68
forge_version=40.1.86
mappings_version=1.18.1-2022.03.06
forge_version_range=[40.1.20,)
minecraft_version_range=[1.18.2,)
Expand All @@ -19,7 +19,7 @@ minecraft_version_range=[1.18.2,)
mod_id=pneumaticcraft
mod_version_massive=3
mod_version_major=4
mod_version_minor=3
mod_version_minor=4
curse_project_id=281849
modrinth_project_id=ncAcdgk7

Expand Down
3 changes: 2 additions & 1 deletion release_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"1.18.2-3.4.0-124": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.18.2/Changelog.md#340-124-3-aug-2022",
"1.18.2-3.4.1-131": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.18.2/Changelog.md#341-131-31-aug-2022",
"1.18.2-3.4.2-137": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.18.2/Changelog.md#342-137-14-sep-2022",
"1.18.2-3.4.3": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.18.2/Changelog.md#343-18-sep-2022"
"1.18.2-3.4.3": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.18.2/Changelog.md#343",
"1.18.2-3.4.4": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.18.2/Changelog.md#344"
}
}

0 comments on commit 5943487

Please sign in to comment.