diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b4bfd4..ff006b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,2 @@ ## Changes 🌽 -- Fixed attributes that were **NOT** meant to be diminishing. -- Fixed attributes which were not formatted to be percentages to actually display as them. - - Melee Crit Damage - - Health Regeneration \ No newline at end of file +- Removed an attribute function that was not meant to be present. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 77d5426d..28c9b11f 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-beta.8 +mod_version=4.0.0+1.20.1-beta.9 maven_group=com.bibireden.playerex archives_base_name=playerex-directors-cut diff --git a/src/main/resources/data/playerex/data_attributes/functions/stock.json b/src/main/resources/data/playerex/data_attributes/functions/stock.json index 64874f3a..1762b3e6 100644 --- a/src/main/resources/data/playerex/data_attributes/functions/stock.json +++ b/src/main/resources/data/playerex/data_attributes/functions/stock.json @@ -20,11 +20,6 @@ "enabled": true, "behavior": "Add", "value": 0.01 - }, - "spell_power:critical_chance": { - "enabled": true, - "behavior": "Add", - "value": 2 } }, "playerex:dexterity": {