diff --git a/Changelog.md b/Changelog.md index a53ec7e14..a71963ea2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/gradle.properties b/gradle.properties index baff65140..77c797fe7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/release_info.json b/release_info.json index bb24e3221..948a20e8a 100644 --- a/release_info.json +++ b/release_info.json @@ -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", @@ -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" } }