From 19cb9aaf705001e177805ae2d29efb41b78bba8f Mon Sep 17 00:00:00 2001 From: Des Herriott Date: Sat, 31 Aug 2024 13:44:18 +0100 Subject: [PATCH] changelog & release_info.json updated --- Changelog.md | 4 +++- release_info.json | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index cdd854fd5..16a749cbb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,16 +12,18 @@ Changes are in reverse chronological order; newest changes at the top. * There is now a JEI category showing which blocks can be used as grid blocks for the Electrostatic Compressor * Iron Bars and Lightning Rods by default, but modpacks may add more blocks via the `pneumaticcraft:electrostatic_grid` block tag * The category shows up when you view the uses of any grid block or the Electrostatic Compressor in JEI (right click / 'U' key) +* Added a `pneumaticcraft:minigun_ammo` item tag containing the six ammo items ### Fixes * Fixed server-side memory leak with drones not correctly unregistering an event handler on removal * Fixed Refinery sometimes caching invalid recipes (in particular if oil is added before there are enough outputs) * The Drone Interface is now craftable again (re-enabled the recipe datagen) -* Fixed changes to Aphorism Tiles not sync'ing to nearby players (only sync'd on player login) +* Fixed changes to Aphorism Tiles not sync'ing to nearby players (were only getting sync'd on player login) * Fixed crash in importing legacy Drone Programs * This only occurs when using vanilla launcher (which is also used by CurseForge launcher) since it installs an older version of the Gson library * Worked around the issue for now * Machines with empty tags and/or upgrades should now stack better with fresh blocks of the same type when broken and/or sneak-wrenched +* Fixed Minigun Ammo not being enchantable in an Enchanting Table ## [8.1.0] diff --git a/release_info.json b/release_info.json index 7629aba5b..73c1f0a22 100644 --- a/release_info.json +++ b/release_info.json @@ -3,8 +3,8 @@ "promos": { "1.21-recommended": "1.21-8.0.3", "1.21-latest": "1.21-8.0.3", - "1.21.1-recommended": "1.21.1-8.1.0", - "1.21.1-latest": "1.21.1-8.1.0" + "1.21.1-recommended": "1.21.1-8.1.1", + "1.21.1-latest": "1.21.1-8.1.1" }, "1.21": { "1.21-8.0.3": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.21/Changelog.md#803", @@ -13,6 +13,7 @@ "1.21-8.0.0": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.21/Changelog.md#800" }, "1.21.1": { + "1.21.1-8.1.1": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.21/Changelog.md#811", "1.21.1-8.1.0": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.21/Changelog.md#810" } }