Bugfixes
- Fixed error where wisps could keep references to entities after they'd been deleted from the world.
Bugfixes
- Fixed #6 (wisps not able to use greater sentinel) by making the mixin targeting for MixinCastingContext.isVecInRangeWisp less brittle.
Features
- Added Running Sum and Running Product, two actions that take lists of numbers and return lists of numbers, the running sum and running product of the original list respectively.
Bugfixes
- Fixed #6 (wisps not able to use greater sentinel) by making the mixin targeting for MixinCastingContext.isVecInRangeWisp less brittle.
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.
Features
- Added Bind Wisp, allowing a player to be bound to one wisp at a time and for that wisp to have significantly reduced upkeep costs.
- Increased base max speed of Cyclic wisps when moving to a target, and added patterns for getting the current max speed and setting the max speed.
Bugfixes
- Added minimum cost to Summoning projectile wisps of 0.5 dust.
- Added proper Mishaps for all the various things that need them, E.g. NoWisp, NonPlayer, LinkToSelf
- Added reset of wisp past position when loaded and changed to be guaranteed to happen every tick to hopefully fix issues with wisps drawing trails to places they shouldn't be.
Features
- Allegiance Distillation, which takes a wisp and an entity, and returns 1 if that entity owns that wisp, and 0 otherwise.
Bug Fixes
- Fixed teleporting cyclic wisps resulting in them moving back towards their original position.
Bugfix
- Fixed WispCastingManager not properly deleting casts from wisps that have become null
Bug fix release once again!
- Fixed deleting entries from the Everbook being broken on Fabric
- The iotas in your Everbook are now also visible in the Patchouli book
- The Everbook save location has changed
- The Everbook is now saved with your UUID included in the filename
- There are some automatic backups of the Everbook made
Bugfix release to make the Everbook actually work on Fabric, fixing issue #5.