Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 months ago
All versions
0.1.0
Release
0.1.0-forge10 months ago 76
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
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).
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Jmt7p37B:ul4ezEqX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Jmt7p37B:ul4ezEqX"
}





