Skip to content

Releases: Talia-12/Hexal

0.3.0-2

07 Aug 13:32
Compare
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
Compare
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
Compare
Choose a tag to compare
v0.2.16-1 Pre-release
Pre-release

More attempts!

v0.2.16-0

27 May 08:32
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Bugfixes

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

v0.1.13

22 Nov 04:28
Compare
Choose a tag to compare

Bugfixes

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

v0.2.1

21 Nov 14:08
Compare
Choose a tag to compare

Bugfixes

  • Fixed #6 (wisps not able to use greater sentinel) by making the mixin targeting for MixinCastingContext.isVecInRangeWisp less brittle.

v0.2.0

21 Nov 06:32
Compare
Choose a tag to compare

Features

  • Now ported to 1.19.2!
  • All of the Type Comparison Iotas have been replaced with purifications that return the type of the accepted iota to the stack, allowing you to store the desired type in the hex rather than comparing against something in the world.
  • Added Place Block II, which places a block of the type that you pass to it at the given position.
  • Added Running Sum and Running Product Purifications, which take a list and compute the running sum and running product.

Bugfixes

  • Fixed error saving Everbook file when /everbook directory doesn't exist.
  • OpSmelt respects breaking permission.