- Added a bunch of utility patterns. (@enjarai)
- Added a conjurable light source. (@enjarai)
- Added entity-less raycasts. (@StellarWitch7)
- Fixed an issue causing linked entities in lazy chunks to give infinite mana. (@enjarai)
- Let signed scrolls be reused by using them on a water-filled cauldron. (@StellarWitch7)
- Added one additional scribing pattern. (@StellarWitch7)
- Modified spell-controlled bars to be ordered based on their id. (@enjarai)
- Fixed multiple crash bugs in the new spell execution engine. (#24) (@StellarWitch7)
- Make single-use scrolls not be consumed when failing early. (@StellarWitch7 and @ArkoSammy12)
- Added a ploy for loading chunks. (@enjarai)
- Reworked ticking spell circles to instead use one long-running multi-tick spell. (@enjarai)
- Fixed some missing translations. (#23) (@StellarWitch7)
- Fixed tail-optimised recursion... again. (@StellarWitch7)
- Added a ploy for draining fluids. (@enjarai)
- Rewrote the spell execution engine to allow spells to seamlessly execute over longer spans of time. (@StellarWitch7, @ArkoSammy12, and @enjarai)
- Spells will now continue running in the background for as long as is needed for them to complete.
- Running spells can be killed using new buttons in the inventory.
- Spells can run indefinitely by recursing infinitely if needed.
- Added tricks to display vertical bars with spell-provided values on the user's screen. (@enjarai)
- Added a pattern for error handling within spells. (@StellarWitch7)
- Improved spell editing slightly. (@enjarai)
- Added Spell Resonator. (@StellarWitch7 and @enjarai)
- Added more config options. (@StellarWitch7)
- Added mana cost documentation to the book. (@enjarai)
- Added advancements. (@StellarWitch7)
- Added the basis for further inventory interaction spells. (@StellarWitch7)
- Added a trick to place an arrow in the world. (@StellarWitch7)
- Grant the guide book to every player on join. (@enjarai)
- Made spell ink drinkable. (@StellarWitch7)
- Allow Top Hat to be placed in the hat accessory slot. (@enjarai)
- Added a mana system to ensure relatively fair play in survival, hopefully without compromising on tomfoolery. (@StellarWitch7)
- Added a meta-programming system to dynamically write and edit spells within spells. (@Master-Bw3)
- Added the warding charm to indirectly protect yourself from being targeted by others. (@StellarWitch7)
- Made spell scrolls signable. (@enjarai)
- Made signed spell scrolls easily cloneable. (@enjarai)
- Added single use spell scrolls with a fixed mana buffer. (@enjarai)
- Added shadow blocks, a way to disguise blocks as other blocks. (@StellarWitch7)
- Added third person visuals for editing scrolls. (@Master-Bw3)
- Added ways to import spells from other inventory items. (@enjarai)
- Added a tooltip showing the inscribed spell on an item. (@Master-Bw3)
- Added the ability to trigger inscribed spells on many common items. (@StellarWitch7)
- Added multiple extra scribing patterns. (@enjarai)
- Added previews for scribing patterns in the guide book. (@enjarai)
- Scribing patterns no longer clear the glyph they're drawn in place of. (@StellarWitch7)
- Generally made many changes to the guide book.
- Added iteration patterns.
- Added more block manipulation patterns.
- Added more entity manipulation patterns.
- Added more vector manipulation patterns.
- Added more list manipulation patterns.
- Added more meta-execution patterns.
- Added torture.
- Fixed many issues.