diff --git a/changelog.md b/changelog.md index 6c34e97c5..4fda2c2d2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,12 @@ # Additions - Added Inscription Table Upgrades +- Added talents +- Added spell particles +- Added the Color modifier - Added new textures (for real this time) -- Added Previous Shape Group keybind +- Added Previous Shape Group keybind, bound to `.` by default +- Added JEI and Jade integration - Added `arsmagicalegacy:inscription_table_books` item tag - Added a config option to disable the compendium crafting requirement @@ -13,16 +17,25 @@ - Affinity Tomes now generate in loot chests - Burnout and affinity values are now properly included in mana cost calculation - Rebalanced burnout values +- Rebalanced affinity essence requirements for some spell parts - Improved and fixed some smaller things in the Occulus and Spell Customization GUIs - Changed some recipes to match the new textures +- Changed default overlay offsets +- The Next Shape Group keybind now defaults to `,` - Updated the compendium with the changes of this update -- Learning skills in creative mode now doesn't cost any skill points. # Fixes - Fixed a lot of issues with the Inscription Table +- Fixed rendering issues with Embeddium and Rubidium (update Embeddium/Rubidium too for all fixes) +- Fixed inverted dryad bonemealing config +- Fixed ice guardians not spawning +- Fixed a multiplayer issue with obelisk +- Fixed a crash when traveling back from the end +- Fixed beams not showing when used from a spell book - Fixed the affinities not locking once one hits 100% - Fixed a display issue with the spell model - Fixed a few translation issues - Removed a few unused translations -- Sending a learn skill packet to the server now checks whether the player has enough skill points on the server side. +- Learning skills in creative mode now doesn't cost any skill points +- Sending a learn skill packet to the server now checks whether the player has enough skill points on the server side diff --git a/gradle.properties b/gradle.properties index cea54d429..341e7a324 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.daemon=false mod_group=com.github.minecraftschurlimods mod_id=arsmagicalegacy mod_name=Ars Magica: Legacy -mod_version=1.3.1 +mod_version=1.4.0 mod_author=Minecraftschurli, IchHabeHunger54 mod_credits=Mithion for the original mod mod_url=https://www.curseforge.com/minecraft/mc-mods/ars-magica-legacy diff --git a/summary.txt b/summary.txt index 06c11c16f..c6714280a 100644 --- a/summary.txt +++ b/summary.txt @@ -1 +1 @@ -Implements most of the WIP spellparts, and includes various minor changes and fixes. \ No newline at end of file +Adds talents, spell particles, the Color modifier, and various mod integrations; reworks the inscription table, makes affinity tomes obtainable in survival, various minor changes and fixes \ No newline at end of file