From 35b01eee73e181c40954b6a27a30d51fc88f28be Mon Sep 17 00:00:00 2001 From: Aurora Dawn <131844170+StellarWitch7@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:17:22 -0400 Subject: [PATCH] Teehee --- CHANGELOG.md | 14 ++++++++++---- gradle.properties | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e437ee0d..d93cc236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -- Fixed input issues with Notulist's Ploy, where a scroll could be made unwritable. (@StellarWitch7) -- Added a ploy to spawn the block edit particle without editing a block. (@Vlue) -- Made bars more respectful of the space they are given. (@redstonekasi) -- Made the Ender Dragon, Warden, and Wither impossible to contain within a top hat. (@StellarWitch7) \ No newline at end of file +- Solved certain serializations being invalid, causing client disconnects in some cases. (@enjarai) +- Improved book tutorials. (@enjarai) +- Made impulse grace more sensible. (@enjarai) +- Majorly improved the depth available to the editing screen. + - Fixed doubles being downcast to floats, which resulted in precision loss. (@enjarai) + - Made the available depth virtually infinite. (@StellarWitch7) +- Fixed a slight issue with the spell writing trick. (@StellarWitch7) +- Fixed the main hand spell being rendered in front of the player when editing the offhand scroll. (@StellarWitch7) +- Stopped the server from syncing mana to clients, as it is unneeded. (@StellarWitch7) +- Fixed a broken internal book link. (@StellarWitch7) \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index ec1e2c16..ea6b83dd 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-alpha.33 +mod_version=2.0.0-alpha.34 maven_group=dev.enjarai archives_base_name=trickster