diff --git a/_tabs/changelog.md b/_tabs/changelog.md index f1902db..8a69fcf 100644 --- a/_tabs/changelog.md +++ b/_tabs/changelog.md @@ -12,6 +12,35 @@ color:rgba(255, 194, 41, 0.5);
+## [3.1.4] (1.19.2 | 1.20.1) 2024-04-26 +### Additions +- Added AllowCrafting config to each spell, which can prevent a spell from being craftable in the scroll forge + +### Changes +- Reworked Various Spell Icons, thanks to Renovated Studios + - Frostwave + - Sculk Tentacles + - Telekinesis + - Spider Aspect + - Summon Ender Chest + - Shockwave + - Charge + - Dragon's Breath + - Poison Arrow + - Poison Splash + - Summon Horse +- Adjusted Colors of various spell icons to be more consistent +- Changed GUI arrangement of staff models to better fit one slot +- Reverted Scarecrow Helmet to old texture + +### Fixes +- Fixed Ancient Knight's arms no longer animating on 1.19.2 +- Fixed Apothecarist ears no longer animating +- Fixed spell level buffs applying inconsistently + +### API +- Added UpdateClient helper class to API package (PR from IGN-Styly) + ## [3.1.3] (1.19.2 | 1.20.1) 2024-04-06 ### Fixes - Fixed new SpellOnCastEvent returning the wrong level diff --git a/img/spells/ascension.png b/img/spells/ascension.png index 889e895..5e68611 100644 Binary files a/img/spells/ascension.png and b/img/spells/ascension.png differ diff --git a/img/spells/charge.png b/img/spells/charge.png index e02cbe7..6b7de34 100644 Binary files a/img/spells/charge.png and b/img/spells/charge.png differ diff --git a/img/spells/dragon_breath.png b/img/spells/dragon_breath.png index e6ef345..25aea46 100644 Binary files a/img/spells/dragon_breath.png and b/img/spells/dragon_breath.png differ diff --git a/img/spells/frostwave.png b/img/spells/frostwave.png index 7e9168c..2af8e98 100644 Binary files a/img/spells/frostwave.png and b/img/spells/frostwave.png differ diff --git a/img/spells/lightning_bolt.png b/img/spells/lightning_bolt.png index c1267a2..abd77f8 100644 Binary files a/img/spells/lightning_bolt.png and b/img/spells/lightning_bolt.png differ diff --git a/img/spells/poison_arrow.png b/img/spells/poison_arrow.png index 18b9777..992018a 100644 Binary files a/img/spells/poison_arrow.png and b/img/spells/poison_arrow.png differ diff --git a/img/spells/poison_splash.png b/img/spells/poison_splash.png index 216f870..2860df3 100644 Binary files a/img/spells/poison_splash.png and b/img/spells/poison_splash.png differ diff --git a/img/spells/portal.png b/img/spells/portal.png index 79a01e5..830536c 100644 Binary files a/img/spells/portal.png and b/img/spells/portal.png differ diff --git a/img/spells/recall.png b/img/spells/recall.png index da4a5c5..5124b85 100644 Binary files a/img/spells/recall.png and b/img/spells/recall.png differ diff --git a/img/spells/sculk_tentacles.png b/img/spells/sculk_tentacles.png index ca2f33e..521a3a9 100644 Binary files a/img/spells/sculk_tentacles.png and b/img/spells/sculk_tentacles.png differ diff --git a/img/spells/shockwave.png b/img/spells/shockwave.png index 4a533d9..aa6eb08 100644 Binary files a/img/spells/shockwave.png and b/img/spells/shockwave.png differ diff --git a/img/spells/spider_aspect.png b/img/spells/spider_aspect.png index 0bbbf9a..516f0a6 100644 Binary files a/img/spells/spider_aspect.png and b/img/spells/spider_aspect.png differ diff --git a/img/spells/summon_ender_chest.png b/img/spells/summon_ender_chest.png index b9e8d3e..fcd211a 100644 Binary files a/img/spells/summon_ender_chest.png and b/img/spells/summon_ender_chest.png differ diff --git a/img/spells/summon_horse.png b/img/spells/summon_horse.png index ac48595..8d3ee24 100644 Binary files a/img/spells/summon_horse.png and b/img/spells/summon_horse.png differ diff --git a/img/spells/telekinesis.png b/img/spells/telekinesis.png index d1be982..246757c 100644 Binary files a/img/spells/telekinesis.png and b/img/spells/telekinesis.png differ diff --git a/img/spells/teleport.png b/img/spells/teleport.png index ecd1a61..5e5486c 100644 Binary files a/img/spells/teleport.png and b/img/spells/teleport.png differ diff --git a/img/spells/wall_of_fire.png b/img/spells/wall_of_fire.png index d730a74..aaed447 100644 Binary files a/img/spells/wall_of_fire.png and b/img/spells/wall_of_fire.png differ