Features
- Added Write, to write a string to a sign.
- Made Write and Reader's Purification able to interact with pedestals with books on them.
- Added Case Distillation, to upper/lower/toggle case a string.
Bugfixes
- Fixed REI entrypoint issue.
Features
- Added pattern to put a newline string on the stack.
- Added pattern to get the length of a string.
- Made it so that using Scribe's Reflection with a book will output the contents of the book (as a list of strings, with each string being one page from the book).
Bugfixes
- Potentially fixed issue with Fabric jar making it fail to access the accesswidener.
Features
- Updated to work with Hex Casting 0.10.1
- Removed Memories from String mishaps since they didn't work very well.
- Added Determinant Purification to get the determinant of a matrix.
- Added Toppling Gambit and Mitosis Gambit to split matrices vertically and horizontally respectively.
- Added Discoverer's Distillation to get the index of a substring in a string.
- Added Winnowing Distillation to get a substring from a string.
First Release!
Features
- Strings! You can get strings from signs, from chat, and from other iotas; combine them, split them, compare them, parse them into numbers, whatever you need.
- Matrices! addition, multiplication, inverse, and transpose which will function how you expect, as well as vertical and horizontal concatenation and useful some Actions to make matrices of various types (identity, zero, rotation, and constructing arbitrary matrices from
num | vec | [num] | [vec] | [[num]]
.