A mostly internal update to make the mod FAR easier to maintain going forwards.
Changes
- Now pulls in LilyLib for various features instead of implementing them manually.
- Many of these features began in Provi's Origins but were later copied over into LilyLib for use in other mods.
- Alraune floor particles now resize smoothly.
- Faerie Moth floor particle now resizes smoothly.
Bugfixes
- Prevented client-side crash caused by invalid player entries for Splinter clones.
General
Tweaks
- Drakling (not Drake) now has Brittle Bones. This was always intended, but was missed in development.
- Improved Alraune minion targeting.
Bugfixes
- The following resources now correctly reset on death:
- Splinter: mana and concentration
- Alraune: Life Sap (resets to 0 instead of max to avoid abuse)
- Faerie Moth: faerie dust
- Crystalliser: crystal shards
New Features
Powers
- The emissive power now has a
dynamic_light
field (defaults to 0) that enables use with LambDynamicLights.- Splinter, Kraken of Decay, and Lily of the Void (glow effect) now use this feature.
Conditions
- Added
proviorigins:can_see_any
condition as a more lenient version oforigins:can_see
.
General
- Tags used in this mod now support BYG, Terralith, BetterNether, and BetterEnd.
- More mods are likely also supported as this mod now uses more Fabric convention tags where possible.
- Origins that use particle effects have mostly been given new custom particles.
Tweaks
- Balance adjustments.
- You can now bonemeal the Lily of the Void.
New Features
Origins
- Alraune
- Homunculus
- Crystalliser
Powers
- Modify Darkness Pulse
- Prevent Portal Use
Actions
Entity Actions
- Summon Minion
- Set Minion Max Life
- Act On Owner
Bientity Actions
- Fire Projectile
- Particle Beam
Conditions
Entity Conditions
- Velocity Y
- Regen Gamerule
Block Conditions
- Can Collide
Extra Content
- Customisable Minion entities.
- Many new particles.
Bug Fixes
- Lily of the Void now respects doNaturalRegen gamerule.
- Fixed error caused by CraftTweaker's mixin parsing.