Перейти к содержимому
Mineforgian

MoreIotas

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

51K загрузок30 подписчиковMITfabricforge

Обновлён 16 июня 2026 г. · опубликован 21 ноября 2022 г.

A mod for Forge and Fabric extending Hex Casting to add some new iota types, namely Strings and Matrices.

  • 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]].

This mod is intended to be a library that other Addon developers can make use of in their own mods, so if you have any questions about doing that or extra features which would be helpful for it join the Hex Casting discord and send me a message!

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
0.1.2Релиз1.20.1forge16 июня 2026 г..jar (20.2 МБ)
0.1.2Релиз1.20.1fabric16 июня 2026 г..jar (19.3 МБ)
0.1.1Релиз1.20.1forge24 сентября 2025 г..jar (18.5 МБ)
0.1.1Релиз1.20.1fabric24 сентября 2025 г..jar (18.5 МБ)
0.1.0Релиз1.20.1forge22 сентября 2025 г..jar (263 КБ)
0.1.0Релиз1.20.1fabric22 сентября 2025 г..jar (18.5 МБ)
0.0.4Релиз1.19.2forge27 апреля 2023 г..jar (18.4 МБ)
0.0.4Релиз1.19.2fabric27 апреля 2023 г..jar (18.4 МБ)
0.0.3Релиз1.19.2forge1 декабря 2022 г..jar (18.4 МБ)
0.0.3Релиз1.19.2fabric1 декабря 2022 г..jar (18.4 МБ)
0.0.2Релиз1.19.2forge29 ноября 2022 г..jar (18.4 МБ)
0.0.2Релиз1.19.2fabric29 ноября 2022 г..jar (18.4 МБ)
0.0.1Релиз1.19.2forge28 ноября 2022 г..jar (18.7 МБ)
0.0.1Релиз1.19.2fabric28 ноября 2022 г..jar (438 КБ)
0.0.0Релиз1.19.2forge21 ноября 2022 г..jar (18.7 МБ)

Показаны последние 15 из 16 версий. Все версии — на Modrinth.

Ченджлог

0.1.2Релиз1.20.1 · 16 июня 2026 г.

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
0.1.2Релиз1.20.1 · 16 июня 2026 г.

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
0.1.1Релиз1.20.1 · 24 сентября 2025 г.

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.1Релиз1.20.1 · 24 сентября 2025 г.

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Релиз1.20.1 · 22 сентября 2025 г.

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).
0.1.0Релиз1.20.1 · 22 сентября 2025 г.

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).
0.0.4Релиз1.19.2 · 27 апреля 2023 г.

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.
0.0.4Релиз1.19.2 · 27 апреля 2023 г.

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.

Полная история изменений — на Modrinth.

Комментарии

Загружаем…