From f546be624034e9a3ce4783a2f34703c8369a20d5 Mon Sep 17 00:00:00 2001 From: Caltinor <62700786+Caltinor@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:19:53 -0500 Subject: [PATCH] version bump for release --- CHANGELOG.md | 22 +++++----------------- gradle.properties | 2 +- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4962df14..de42d6c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,10 @@ # Changelog -## [1.21.1-2.5.15] - 2024-11-29 +## [1.21.1-2.6.17] - 2025-01-01 ### Minor Version Changes -- Party Config is now a map of skills and bonuses. - - easy pack config now provides 50% bonus on all skills - - default pack gives 5% for combat and 10% for endurance -- Default data moved to datagen, some values changed to balance them -- Vein base capacity and recharge are now player attributes. The config setting has been removed - - The easy pack now includes an attribute perk to give players the previous minimum values after gaining any mining xp - - players who generated configs will not see this change reflected in their files - - This change reflects a general design choice to move more behavior to attributes +- Updated dimension/biome mob modifiers to use the 1.20 modifier system. (forward feature port) +- Updated default mob modifiers to be global modifiers instead of mob-specific. ### Bugfixes/Tweaks -- Fixed `negative_effect` script keyword applying to positive effects -- Fixed AutoValue Enable/Disable settings not working -- Fixed an issue with item ID lookups, which included some codebase cleanup on lookups in general -- Fixed the new break speed toggle breaking on dedicated servers -- Added `pmmo:gun` damage type tag, default values from common mods, and a corresponding perk. -- Added `showInList` property to skills which, when set to false, will remove it from the overlay list -- Added `for_damage` list property to damage boost perk which further filters the perks application on damage type -- Added Curios Continuation compat +- Fixed black leather armor not having archery bonus +- Fixed damage reduction perk not stacking with incoming damage resulting in extra damage instead of reduced diff --git a/gradle.properties b/gradle.properties index 796c1272..a5bcb639 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ parchment_mappings_version=2024.11.10 ## Mod Properties mod_id = pmmo mod_name = Project MMO -mod_version = 2.5.15 +mod_version = 2.6.17 mod_license=All Rights Reserved mod_group_id=java.harmonised.pmmo mod_authors=Caltinor, Harmony