MoreIotas

An addon for Hex Casting adding some new Iota types to make your life easier.

File Details

0.1.2-forge

  • R
  • Jun 16, 2026
  • 20.17 MB
  • 1.6K
  • 1.20.1
  • Forge

File Name

moreiotas-forge-1.20.1-0.1.2.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:moreiotas-824728:8256480")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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-hooks dependency 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