Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 months ago
All versions
0.1.2
Release
0.1.2-forge2 months ago 2,623
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
0.1.2 - 2026-06-16
Changed
- Published MoreIotas to https://maven.hexxy.media.
- Converted Treasurer's Purification into an operator - the item argument can now take either a stack iota or a type iota.
- Made Cave Air and Void Air block types falsy to match normal Air.
- Updated zh_cn translations (#55, #58, #62) @ChuijkYahus
- Moved certain lang keys for type iotas from Hexal into MoreIotas, since MoreIotas is what actually implements type iotas.
- Development: Removed
moreiotas.serialization-hooksdependency on Fabric.
Fixed
- Fixed item stack iotas using an untranslated lang key when referenced in a mishap message.
- Fixed the element-wise matrix operations not coercing numbers or vectors to matrices like the other matrix patterns do.
- Fixed Patternmaster's Purification throwing an exception when used on any non-static pattern (#59) @beholderface
- Fixed Listener's Reflection ignoring all messages from anyone with a Sifter's Gambit prefix set (#64) @pythonmcpi
- Fixed a crash when trying to invert a non-invertible matrix (#66) @c-Caelum
Internal
- Deprecated all uses of the JBLAS matrix library and replaced them with EJML equivalents (#66) @c-Caelum
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:CEgmhGUx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Jmt7p37B:CEgmhGUx"
}

