Skip to content

Releases: FallingColors/Hexal

v0.3.1

30 Oct 20:26
ca74454

Choose a tag to compare

0.3.1 - 2025-10-30

Changed

  • Updated zh_cn translations, by ChuijkYahus in #179.
  • Disabled the everbook size limit in singleplayer, by beholderface in #185.

Fixed

  • Fixed several bugs with gates, by Robotgiggle in #184:
    • Removed arbitrary 32k block range limit.
    • Fixed gates not working for entities with passengers.
    • Fixed a crash caused by teleport-related changes in Hex Casting 0.11.3.
    • Improved behaviour when teleporting stacks of entities with gates.
  • Development: Removed hexal.serialization-hooks dependency on Fabric.

v0.3.0

14 Oct 17:47
dadc57d

Choose a tag to compare

0.3.0 - 2025-10-14

Added

  • Added a pattern called Preview Craft which returns a list of Item Stack iotas representing what Craft would have returned for the same inputs.

Changed

  • Updated to Minecraft 1.20.1!
  • Moved Hexal into the Falling Colors organization.
  • Published Hexal to https://maven.hexxy.media.
  • Added entity iotas to the Everbook blacklist.
  • Changed Stacking Distillation II to also accept Item Stack iotas as input.
  • Sorter's Purification can now convert motes to Item Stack iotas.
  • Disabled several unnecessary log messages.
  • Wisps now initialise their ravenmind to the ravenmind of their caster when they are made.
  • Polished the Everbook, by beholderface in #173:
    • Everbook data is now compressed before sending it to the server to minimize packet size related issues.
    • Added a 10-second timer (configurable) to save the Everbook to disk, rather than only saving on logout.
    • Macros now play a single context-appropriate sound when drawn, rather than playing the sounds of potentially hundreds of patterns at once.
  • Added a configurable server-side Everbook size limit, by beholderface in #177.
  • Updated zh_cn translations, by ChuijkYahus in #115, #132, and #170.

Fixed

  • Fixed weird behaviour when casting Break Block on a Mote Nexus.
  • Fixed several bugs related to bound wisps.
  • Fixed a crash when setting the bound wisp to null.
  • Fixed Place Block II not working in survival mode.
  • Fixed a crash when saving a wisp in a Create schematic.
  • Fixed several typos in Hexal's notebook content.
  • Fixed a server crash with Phase Block, caused by an issue in Lib39.
  • Fixed Phase Block not checking for edit permissions.
  • Fixed a broken error message when attempting to use Phase Block on an unbreakable block.
  • Fixed the Everbook not checking for illegal iotas inside of anything other than lists (eg. bubbles), by kineticneticat in #159.

Removed

  • Moved type iotas into MoreIotas.
  • Moved Thanatos' Reflection into Hex Casting.

v0.2.20

09 Oct 18:20
eec99b1

Choose a tag to compare

0.2.20 - 2025-10-09

Changed

  • Updated zh_cn translations, by ChuijkYahus in #169.
  • Increased minimum Fabric API version to 0.76.0.
  • Moved Hexal into the Falling Colors organization.

Fixed

  • Fixed an incompatibility with Quilt builds of GeckoLib.
  • Fixed a server crash with Phase Block, caused by an issue in Lib39.

0.3.0-2

07 Aug 13:32

Choose a tag to compare

0.3.0-2 Pre-release
Pre-release

Prerelease build of Hexal for Blanketcon!

v0.2.16-2

28 May 12:03

Choose a tag to compare

v0.2.16-2 Pre-release
Pre-release

Fixed wisps not getting discarded on mishaps, added Use Item On, which takes a mote to use and an (entity | position, normal) to use it on, and uses that item there.

v0.2.16-1

27 May 10:51

Choose a tag to compare

v0.2.16-1 Pre-release
Pre-release

More attempts!

v0.2.16-0

27 May 08:32

Choose a tag to compare

v0.2.16-0 Pre-release
Pre-release

Attempting to fix the world load error that was introduced in 0.2.15

v0.2.7-3

30 Jan 08:10

Choose a tag to compare

v0.2.7-3 Pre-release
Pre-release

Features

  • Bound wisps have increased range, up to player range.
  • Doubled upkeep costs for untriggered cyclic wisps.
  • Added OpParticles to make some particles appear.
  • Added patterns to get an entity's armour and toughness.

Bugfixes

  • Fixed integer overflow bugs with Summon Wisp's cost.
  • Made ILinkable work with Yarn and Quilt mappings.
  • Fixed possible issue with the FileEncryptorDecryptor not handling some directory structures well.

v0.2.3

22 Nov 13:48

Choose a tag to compare

Features

  • Updated to work with 0.10.1

Bugfixes

  • Fixed Wisps which get too full of media (integer overflow limit) dying; have them stay at MAX_INT media instead.

v0.2.2

22 Nov 04:41

Choose a tag to compare

Bugfixes

  • Fixed error where wisps could keep references to entities after they'd been deleted from the world.