0.1.1
- 2025-09-23
Changed
- Updated zh_cn translations, by ChuijkYahus in #43.
Fixed
- Fixed an issue where a required bundled dependency was missing from the Forge jar.
0.1.0
- 2025-09-22
Added
- Added entity/iota/item type iotas (ported from Hexal).
- Added item stack iotas (ported from Hexbound).
- Added Power Distillation and Division Distillation for matrices.
- Added Hadamard multiplication/division/power patterns for matrices (#8).
- Added Restoration Purification II, which always converts a matrix to a list of lists of numbers (#9).
Changed
- Updated to Minecraft 1.20.1!
- Updated zh_cn translations, by ChuijkYahus in #7 and #14.
- Moved MoreIotas into the Falling Colors organization.
Fixed
- Fixed a bug with string iotas accessing configs before they exist.
- Fixed the order of unmaking matrices into lists of vecs.
- Fixed matrix width/height documentation (#12).
- Fixed Patternmaster's Purification not recognising Introspection, Retrospection, Consideration, and Evanition (#10).
- Fixed Sifter's Gambit not working properly in multiplayer (#11).
- Fixed Write not working on lecterns (#18).
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]]
.