Skip to content

Releases: Provismet/Provi-Origins

1.6.4 - 1.20.4

23 Dec 17:29
Compare
Choose a tag to compare

Bugfixes

  • Fix crash when JellySculk takes damage from a non-entity source.

1.6.4 - 1.20.2

23 Dec 17:28
Compare
Choose a tag to compare

Bugfixes

  • Fix crash when JellySculk takes damage from a non-entity source.

1.6.3 - 1.20.4

08 Dec 21:37
Compare
Choose a tag to compare

Finally updating to 1.20.4!

Changes

  • Updated to 1.20.4.

Bugfixes

  • Fixed a broken tag used in the Kraken of Decay.

1.6.2 - 1.20.2

20 Jul 11:49
Compare
Choose a tag to compare

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.

1.6.2 - 1.20.1

20 Jul 11:45
Compare
Choose a tag to compare

Backport of 1.20.1 release.

1.6.1 - 1.20.2

11 Nov 19:20
Compare
Choose a tag to compare

Bugfixes

  • Fixed crash caused by proviorigins:active_item using an outdated format for item conditions.
  • Fixed Lily of the Void armour copy not refreshing when reconsuming wood.

1.6.0 - 1.20.2

24 Oct 14:38
Compare
Choose a tag to compare

General

  • Updated to Minecraft 1.20.2
  • modify_passenger_height power has been adjusted to account for Minecraft's new mounted height system.
    • It is advised to only use offset_add when using this power.
  • Standardised translation keys.

1.5.2 - 1.20.1

24 Oct 10:13
Compare
Choose a tag to compare

Tweaks

  • Increased Crystalliser shard gain when attacking players, clones, and bosses.
  • Crystalliser beam now ignores enchantments.
  • Crystalliser beam now uses can_see_any targetting instead of can_see targetting.

1.5.1 - 1.20.1

28 Sep 23:50
Compare
Choose a tag to compare

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 of origins:can_see.

1.5.0 - 1.20.1

10 Sep 18:49
Compare
Choose a tag to compare

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. (#3)
  • Fixed error caused by CraftTweaker's mixin parsing. (#2)