Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump to 1.4.0 #434

Merged
merged 2 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions project_description.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ A renewed look into Minecraft with a splash of magic...

## Introduction

Ars Magica: Legacy is a port of Mithion's [Ars Magica 2](https://mc-mods.cf/ars-magica-2) for 1.18.1+.
Ars Magica: Legacy is a port of Mithion's [Ars Magica 2](https://curseforge.com/minecraft/mc-mods/ars-magica-2) for 1.18.1+.

It features an exciting way of creating spells, which can be used in several ways to buff yourself, serve as a tool replacement, fight against mobs and much more!

As of now, the mod is still actively developed. This means that many features are not yet implemented and some may not work yet.

If you want to support the project, you can donate via [Patreon](https://www.patreon.com/minecraftschurli) or [Paypal](http://paypal.me/minecraftschurli). You can also join our [Discord Server](https://discord.gg/GcFqXwX).

The old mod's potion bundles were moved into their own project: Potion Bundles ([CurseForge](https://mc-mods.cf/potion-bundles) / [Modrinth](https://modrinth.com/mod/potion-bundles)). Be sure to check it out too!
The old mod's potion bundles were moved into their own project: Potion Bundles ([CurseForge](https://curseforge.com/minecraft/mc-mods/potion-bundles) / [Modrinth](https://modrinth.com/mod/potion-bundles)). Be sure to check it out too!

## Getting Started

Expand Down Expand Up @@ -44,10 +44,10 @@ In the underground, you will find a variety of ores added by this mod. The most

## Dependencies & Compatibility

This mod requires Patchouli ([CurseForge](https://mc-mods.cf/patchouli) / [Modrinth](https://modrinth.com/mod/patchouli)) version 1.18-58 or newer for the in-game documentation.
From version 1.2.0 onwards, this mod requires GeckoLib ([CurseForge](https://mc-mods.cf/geckolib) / [Modrinth](https://modrinth.com/mod/geckolib)).
This mod requires Patchouli ([CurseForge](https://curseforge.com/minecraft/mc-mods/patchouli) / [Modrinth](https://modrinth.com/mod/patchouli)) version 1.18-58 or newer for the in-game documentation.
From version 1.2.0 onwards, this mod requires GeckoLib ([CurseForge](https://curseforge.com/minecraft/mc-mods/geckolib) / [Modrinth](https://modrinth.com/mod/geckolib)).

This mod has optional integration with [JEI](https://mc-mods.cf/jei), [Curios](https://mc-mods.cf/curios) and [The One Probe](https://mc-mods.cf/the-one-probe).
This mod has optional integration with [JEI](https://curseforge.com/minecraft/mc-mods/jei), [Curios](https://curseforge.com/minecraft/mc-mods/curios), [Embeddium](https://curseforge.com/minecraft/mc-mods/embeddium), [Jade](https://curseforge.com/minecraft/mc-mods/jade), [The One Probe](https://curseforge.com/minecraft/mc-mods/the-one-probe).

This mod is not compatible with OptiFine or most similar mods, due to them breaking rendering internals.

Expand Down
2 changes: 1 addition & 1 deletion summary.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Implements most of the WIP spellparts, and includes various minor changes and fixes.
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
Loading