From 686359ae0dffe2f7a0203cfc699777755ea1b16b Mon Sep 17 00:00:00 2001 From: Bibi Reden Date: Mon, 16 Dec 2024 22:10:58 -0600 Subject: [PATCH] [semver/versioning] update to 4.0.1 & update CL --- CHANGELOG.md | 18 +++--------------- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec6235b0..1bccba8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,3 @@ -## PlayerEX Is Now Officially Released :) - -**This slates the first official release of the new PlayerEX. It had been stable for a while, although the UI was not fully completed until now.** - -## Additions 🍎 -- Finished the PlayerEX UI to the point where it is ready for release. - - There is now a component set on the right of the UI that has a list of current pages. Use it in order to navigate between multiple mods who use the registry. - - Completely fleshed out the UI with meters and other metrics such as current health and lung capacity along with experience levels to keep track of what you currently have, updated based on your current state. -- Added Weapon & Armor Leveling (created by `naomieow` [much appreciated]) - - Items and weapons in loot tables can be generated with a level. - - Added configuration related to armor and weapon leveling. - - The range they can generate in is different based on dimension. - - Non-Vanilla dimensions follow the overworld range. - - Weapon XP increases by a value specified in the config when a mob is killed. - - Thank you `RedstoneWizard08` for contributing to this system! \ No newline at end of file +## Fixes 🍋 +- All instances of `BowItem`, `CrossbowItem` or `SwordItem` have been considered as levelable weapons. +- All instances of `ArmorItem` have been considered as level-able armor. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 08c6ce1f..2d247acc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ parchment_version=1.20.1:2023.09.03 quilt_mappings_version=23 # Mod Properties -mod_version=4.0.0+1.20.1 +mod_version=4.0.1+1.20.1 maven_group=com.bibireden.playerex archives_base_name=playerex-directors-cut