From de91b72bbadda7573b5d963e81cf37e6ca9dd106 Mon Sep 17 00:00:00 2001 From: Aurora Dawn <131844170+StellarWitch7@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:50:20 -0500 Subject: [PATCH] Update? Maybe after I test :3 --- CHANGELOG.md | 8 ++++---- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6489c51..dbc0091c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -- Fixed spells being able to read from hats. (@enjarai) -- Tweaked the base Spell Construct recipe to be significantly cheaper. (@enjarai) -- Tweaked hats to not open their ui when right-clicked in the player's offhand. (@enjarai) -- Fixed graphics-card dependent z-fighting on the Witch Hat. (@enjarai) +- Added new inventory tricks. (@StellarWitch7) + - It is now possible to query the current and max mana within a given slot. + - Swapping slot contents is now supported. +- Made the Conduit ploys have a more sensible signature. (@StellarWitch7) diff --git a/gradle.properties b/gradle.properties index 91c049f0..9f0c9274 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ deps.yarn=1.21+build.2 loader_version=0.15.11 # Mod Properties -mod_version=2.0.0-beta.3 +mod_version=2.0.0-beta.4 maven_group=dev.enjarai archives_base_name=trickster