From 6aeab1ad2e4fa898179758460c05297cec0c1efc Mon Sep 17 00:00:00 2001 From: Nicholas Smit Date: Tue, 24 Oct 2023 19:34:05 -0400 Subject: [PATCH] Prepare for release Bump versions and prepare for release. --- RELEASE_NOTES.md | 18 +++++------------- update.json | 5 +++-- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c5499573..4f4e9ba2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,19 +1,11 @@ -This minor update includes a batch of bugfixes and improvements. +This minor update includes three major bugfixes. ### Feature Changes / Additions -- Adjusted generation weights of biomes in Tiltros, to make Tiltros Wastes less rare -- Add protection-like enchantments to the Skygazer max level configuration (at level 5) -- Add ores tag for sulfur -- Add blood sand to the `smelts_to_glass` block and item tags -- Update translation keys for enchantment numbers up to 100 +- Add Swift Sneak to the Skygazer max level configuration (at level 5) ### Bugfixes -- Fix 3rd person models for custom bows not using the proper parent model -- Fix custom bows not changing player FOV when drawing -- Fix Lava Revenants getting stuck when flying into water -- Fix Evil Eyes not dropping XP -- Add missing flare tooltip -- Fix barbed wire fences dealing no damage -- Fix spotlights leaving behind light blocks when the block they are attached to is broken \ No newline at end of file +- Fix molten tool recipes not using the proper template item +- Fix duplication bug in the Ammunition Table when shift-clicking +- Fix ammo being dropped when the Ammunition Table is broken, without consuming the materials \ No newline at end of file diff --git a/update.json b/update.json index 80cd27b0..0dc7350d 100644 --- a/update.json +++ b/update.json @@ -1,8 +1,8 @@ { "homepage": "https://www.curseforge.com/minecraft/mc-mods/immersive-weapons", "promos": { - "1.20.1-latest": "1.20.1-1.27.1", - "1.20.1-recommended": "1.20.1-1.27.1", + "1.20.1-latest": "1.20.1-1.27.2", + "1.20.1-recommended": "1.20.1-1.27.2", "1.19.4-latest": "1.19.4-1.23.2", "1.19.4-recommended": "1.19.4-1.23.2", "1.19.3-latest": "1.19.3-1.21.0", @@ -23,6 +23,7 @@ "1.16.4-recommended": "1.16.5-1.1.1" }, "1.20.1": { + "1.20.1-1.27.2": "Bugfixes - https://github.com/AnonymousHacker1279/ImmersiveWeapons/releases/tag/v1.27.2", "1.20.1-1.27.1": "Bugfixes and improvements - https://github.com/AnonymousHacker1279/ImmersiveWeapons/releases/tag/v1.27.1", "1.20.1-1.27.0": "Features, improvements, bugfixes - https://github.com/AnonymousHacker1279/ImmersiveWeapons/releases/tag/v1.27.0", "1.20.1-1.26.2": "Bugfixes and improvements - https://github.com/AnonymousHacker1279/ImmersiveWeapons/releases/tag/v1.26.2",