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